UNPKG

portalis-component

Version:

Component Library for Nuxt 3 using TailwindCSS

6 lines (5 loc) 315 B
export type StyleVariant = 'solid' | 'outline' | 'ghost' | 'link' | 'input'; export type ColorVariant = 'default' | 'brand' | 'green' | 'yellow' | 'grey'; export type SizeVariant = 'xs' | 'sm' | 'md' | 'lg'; export type TagVariant = 'a' | 'button'; export type TypeVariant = 'button' | 'menu' | 'reset' | 'submit';