UNPKG
@nafr/echo-ui
Version:
latest (1.0.0)
1.0.0
A UI library born for WAA
echoui.dev
@nafr/echo-ui
/
dist
/
packages
/
components
/
controller
/
Envelope
/
styles.js
17 lines
(16 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import
{ tv }
from
'tailwind-variants'
;
export
const
useStyle =
tv
({
slots
: {
base
:
`text-foreground flex w-full h-full justify-center rounded-lg bg-card`
,
svg
:
`w-full h-full flex items-center`
, }, });