UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

29 lines (28 loc) 539 B
import { t as r } from "../../dist-Bcn6lMQe.js"; var t = r([ "relative", "h-2", "w-full", "rounded", "bg-gray-300", "dark:bg-gray-700" ]), e = r([ "absolute", "inset-y-0", "left-0", "rounded", "transition-[width,background-color]", "duration-500" ], { variants: { status: { default: "bg-metal-600", success: "bg-green-600", warning: "bg-amber-500", error: "bg-red-500" } }, defaultVariants: { status: "default" } }); export { e as progressBarFillVariants, t as progressBarTrackVariants };