Skip to content

Commit

Permalink
docs(shape): add samples
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 10, 2023
1 parent 27d44f4 commit e1d66d4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/components/shape.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@ <h1 slot=heading>Shapes</h1>
</mdw-box>
</mdw-box>
</demo-section>
<demo-section>
<h1 slot=heading>Samples</h1>
<mdw-box flex gap="24" x="start" y="center" wrap>
<mdw-button filled>Filled Button</mdw-button>
<mdw-button outlined>Outlined Button</mdw-button>
<mdw-checkbox checked>Checkbox</mdw-checkbox>
<mdw-radio checked>Radio</mdw-radio>
<mdw-switch checked>Switch</mdw-switch>
<mdw-badge>Badge</mdw-badge>
<mdw-input outlined shape-style=full label="Outlined Text Field"></mdw-input>
<mdw-input filled shape-style=full label="Filled Text Field"></mdw-input>
<mdw-chip>Chip</mdw-chip>
</mdw-box>
</demo-section>
</demo-page>
</body>
</html>

0 comments on commit e1d66d4

Please sign in to comment.