@slexkit/theme-shadcn
v0.4.0
Published
Official shadcn-token theme CSS for SlexKit.
Readme
@slexkit/theme-shadcn
Official default SlexKit theme CSS built from the same source as slexkit/dist/style.css.
import "@slexkit/theme-shadcn/style.css";For smaller bundles, import the fallback tokens/base styles and only the component styles that render on the page:
import "@slexkit/theme-shadcn/base.css";
import "@slexkit/theme-shadcn/components/button.css";
import "@slexkit/theme-shadcn/components/select.css";