import{_ as i}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as t,a,o as n}from"./app-C6w_Pklu.js";const l={};function h(e,s){return n(),t("div",null,s[0]||(s[0]=[a(`
Use a primary button to draw the users attention to important actions. Use default buttons for less important actions.
A danger button should be used only for destructive actions.
<ds-button>Default</ds-button>
<ds-button primary>Primary</ds-button>
<ds-button secondary>Secondary</ds-button>
<ds-button danger>Danger</ds-button>Use a ghost button for secondary actions.
<ds-button ghost>Default</ds-button>
<ds-button ghost primary>Primary</ds-button>
<ds-button ghost secondary>Secondary</ds-button>
<ds-button ghost danger>Danger</ds-button>Use different sizes to create hierarchy.
<ds-button size="small">Small</ds-button>
<ds-button>Base</ds-button>
<ds-button size="large">Large</ds-button>
<ds-button size="x-large">very Large</ds-button><ds-button fullwidth primary>Full Width</ds-button>A button can take different states.
<ds-button>Default state</ds-button>
<ds-button disabled>Disabled state</ds-button>
<ds-button hover>Hover state</ds-button>
<ds-button loading>Loading state</ds-button>Add an icon to a button to help the user identify the button's action.
<ds-button icon="arrow-left" primary>Click me</ds-button>
<ds-button icon="arrow-right" right>Click me</ds-button>
<ds-button icon="plus" primary></ds-button>
<ds-button icon="plus" ghost></ds-button>Provide a path to the button. You can pass a url string or a Vue router path object.
<ds-button path="/navigation">Click me</ds-button>
<ds-button :path="{ name: 'Navigation' }">Click me</ds-button>Use a primary button to draw the users attention to important actions. Use default buttons for less important actions.
\\nA danger button should be used only for destructive actions.
\\n<ds-button>Default</ds-button>\\n<ds-button primary>Primary</ds-button>\\n<ds-button secondary>Secondary</ds-button>\\n<ds-button danger>Danger</ds-button>\\n