a headless ui lib.
- nextbox
- core
- ui
- shared
- template
- admin
- book
- cli
metric
-
tint 相对于base的浅色
-
[base] 标准
-
shade 相对与base的深色
name
color.name.metric[.dark]
Name | Description |
---|---|
primary | |
minor | |
info | |
success | |
warning | |
error | |
background | |
placeholder | |
disabled | |
border | |
text | |
shadow | |
metric
-
base
-
no
-
xs
-
sm
-
md
-
lg
-
xl
name
size.name.metric
Name | Description |
---|---|
text | |
border | |
shadow | |
margin | |
padding | |
space | |
border-radius | |
core
interface UseButtonProp{
}
interface UseButtonReturn{
}
interface ButtonCtx{
}
ui
interface ButtonProp{
}
interface ButtonSlot{
}
interface ButtonExpose{
}
...