UNPKG
@ygor-ui/presets
Version:
latest (0.0.1)
0.0.1
Panda CSS presets for Ark UI components
park-ui.com
cschroeter/park-ui
@ygor-ui/presets
/
src
/
theme
/
recipes
/
alert.ts
15 lines
(13 loc)
•
285 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { defineRecipe }
from
'@pandacss/dev'
export
const
alert
=
defineRecipe
({
className
:
'alert'
,
description
:
'An alert style'
,
base
: {
background
:
'bg.default'
,
borderRadius
:
'l3'
,
borderWidth
:
'1px'
,
p
:
'4'
,
textStyle
:
'sm'
,
width
:
'full'
, }, })