@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
14 lines (7 loc) • 450 B
HTML
<i-button tag="a">Link Button</i-button>
<i-button tag="button" type="button">Button</i-button>
<i-button tag="button" type="submit">Submit Button</i-button>
<i-button tag="button" type="reset">Reset Button</i-button>
<i-button tag="input" type="button" value="Input">Input</i-button>
<i-button tag="input" type="submit" value="Submit Input">Submit Input</i-button>
<i-button tag="input" type="reset" value="Reset Input">Reset Input</i-button>