0.0.17 • Published 2 years ago
layercomp v0.0.17
layercomp
A layer of components for TailwindCSS projects
These components are built with CSS and a single HTML element. layercomp is a TailwindCSS plugin, it works wherever Tailwind does.
Check out shadcn/ui to see the styles these components are based on.
Install
npm i -D layercomp
Configure Tailwind
This plugin does not supply colors but expects certain colors to be configured in your theme
. Utilizing custom properties makes swapping themes simpler, you can also set the theme directly in your tailwind.config.js
instead.
This site provides a way to customize and preview your theme as well as generate the custom properties needed.