gerege-ui
v1.0.27
Published
Reusable Nuxt 3 module with TypeScript and Tailwind CSS integration
Downloads
1,743
Readme
GButton
A customizable button component.
Props:
size
(string
): Size of the button (small
,medium
,large
). Default:medium
.color
(string
): Button color (primary
,secondary
,danger
). Default:primary
.disabled
(boolean
): Whether the button is disabled. Default:false
.
Example:
<GButton color="primary" size="large" @click="handleClick">Click Me</GButton>