Skip to content

Commit

Permalink
Merge pull request #49 from zyriab/fix/add-form-component-tab
Browse files Browse the repository at this point in the history
fix(form): add form component tab
  • Loading branch information
axzilla authored Feb 8, 2025
2 parents c5d2aa3 + a1265e5 commit 2703e92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/ui/pages/form.templ
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ templ Form() {
Tailwind: true,
}) {
@modules.ExampleWrapper(modules.ExampleWrapperProps{
SectionName: "",
ShowcaseFile: showcase.InputForm(),
PreviewCodeFile: "input_form.templ",
SectionName: "",
ShowcaseFile: showcase.InputForm(),
PreviewCodeFile: "input_form.templ",
ComponentCodeFile: "form.templ",
})
<div>
@components.Card(components.CardProps{}) {
Expand Down

0 comments on commit 2703e92

Please sign in to comment.