2023-02-18 11:43:12 -07:00

14 lines
163 B
Markdown

# Button
<DemoContainer>
<Button :action="() => {}" >
Test Button
</Button>
</DemoContainer>
```vue
<Button :action="() => {}" >
Test Button
</Button>
```