UNPKG

@nafr/echo-ui

Version:

A UI library born for WAA

17 lines (16 loc) 290 B
import { tv } from 'tailwind-variants'; export const useStyle = tv({ base: `w-full h-3 text-muted overflow-visible select-none`, defaultVariants: { vertical: false, }, variants: { vertical: { true: 'h-full w-3', }, }, });