UNPKG

@konstructio/ui

Version:

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

51 lines (50 loc) 900 B
import { c as e } from "../../index-BNmRGtA6.js"; const r = e([ "[&::-webkit-inner-spin-button]:appearance-none", "[&::-webkit-outer-spin-button]:appearance-none", "[-moz-appearance:textfield]", "appearance-none", "border", "border-x-0", "focus-visible:outline-none", "focus-visible:ring-transparent", "h-9", "max-w-16", "text-right", "px-3", "border-gray-200" ]), n = e( [ "h-9", "w-9", "flex", "items-center", "justify-center", "border", "text-slate-400", "border-gray-200", "cursor-pointer" ], { variants: { button: { left: ["rounded-e"], rigth: ["rounded-s"] } } } ), a = e(["cursor-pointer"], { variants: { variant: { default: "" } }, defaultVariants: { variant: "default" } }); export { n as buttonVariants, a as labelVariants, r as numberInputVariants };