UNPKG

@codeworker.br/govbr-tw-react

Version:

Biblioteca de componentes React usando Tailwind CSS que implementa o Padrão Digital de Governo.

16 lines (15 loc) 438 B
import { cva } from "class-variance-authority"; const variants = cva("flex flex-col text-govbr-pure-100", { variants: { variant: { info: "bg-govbr-blue-warm-vivid-10", success: "bg-govbr-green-cool-vivid-5", danger: "bg-govbr-red-vivid-10", warning: "bg-govbr-yellow-vivid-5" }, }, defaultVariants: { variant: "info", }, }); export default variants;