UNPKG
@nurl/panda-preset
Version:
latest (0.10.0)
0.10.0
0.9.0
0.8.4
0.7.4
0.6.4
0.5.4
0.5.3
0.4.3
0.3.3
0.2.3
0.1.2
0.1.1
0.1.0
Official Panda-CSS preset for the Ganglion Design System.
nurl.website
nurl-inc/dev-tools
@nurl/panda-preset
/
src
/
recipes
/
shared
/
badge.base.ts
10 lines
(8 loc)
•
154 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ danger, info, neutral, success, warning }
from
'./palettes'
export
const
badgePalettes = { neutral, info, success, warning, danger, }