npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint
- Configure your colors in tailwind.config.js (Learn more)
You can register common components wich will automatically be registered globally. They will be prefixed with v-
+ filename so you can use them f.e. like <v-button>Button</v-button>
Button
Prop | Type | Default | Description |
---|---|---|---|
primary | boolean | true | Sets primary color scheme |
secondary | boolean | Sets secondary color scheme | |
to | string | Denotes the target route of the link | |
icon | string | Adds an icon to the button. (Use PascalCase convention of Heroicons + 'Icon'. F.e. 'MailIcon') | |
left | boolean | true | Aligns the ccon left |
right | boolean | Aligns the icon right |