Default Value | Description | Property | Type |
---|---|---|---|
primary | can be set to primary, dashed, link or omitted (meaning default) | type | String |
false | to show loader | loading | Boolean |
// import Button Component
import { Button } from "svelte-ui-elements";
// Default Button
<Button>Default</Button>
// Primary Button
<Button type="Primary">Primary</Button>
// Dashed Button
<Button type="Dashed">Dashed</Button>
// Link
<Button type="Link">Link</Button>
Default Value | Description | Property | Type |
---|---|---|---|
primary | can be set to primary, dashed, link or omitted (meaning default) | type | String |
false | to show loader | loading | Boolean |