File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/unfold/templates/unfold/components Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1222,6 +1222,7 @@ Below you can find a more complex example which is using multiple components and
12221222| unfold/components/separator.html | Separator, horizontal rule | class |
12231223| unfold/components/text.html | Paragraph of text | class |
12241224| unfold/components/title.html | Basic heading element | class |
1225+ | unfold/components/button.html | Basic button element | submit |
12251226
12261227## Unfold development
12271228
Original file line number Diff line number Diff line change 1+ < button {% if submit %}type ="submit "{% endif%} class ="bg-primary-600 border border-transparent font-medium px-3 py-2 rounded-md text-sm text-white ">
2+ {{ children }}
3+ </ button >
You can’t perform that action at this time.
0 commit comments