Button have a stronger sense of interaction
Code demonstration
import { UButton } from 'ungeui';
Click trigger🖱️
Different themes🚀
Dark🌊
Dashed line🧵
Size🔥
Text📑
Disable🚫
Round⭕
Pre suffix🙌
Props
Parameter | description | type | default value |
---|
type | button theme | 'success' | 'danger' | 'warning' | 'info' | 'default' | 'default' |
deep | dark button | boolean | false |
dashed | dashed button | boolean | false |
size | button size | 'small' | 'medium' | 'large' | 'huge' | meduim |
text | text button | boolean | false |
disabled | disable button | boolean | false |
round | round icon | boolean | false |
slots
parameter | description | type | value |
---|
prefix | prefix Icon | string | undefined |
suffix | suffix Icon | string | undefined |