pnpm install @luminescent/ui
Once installed, include the following to your tailwind css file
@import "@luminescent/ui";
@plugin "@luminescent/ui/lum-bg";
Once finished, you can use the classes included, shown in the documentation.
This is mainly for people who would like to easily format Markdown elements, you can add it to your tailwind css file
@import "@luminescent/ui/formatting";
pnpm install @luminescent/ui-qwik
Once installed, include the following to your tailwind css file after the previous imports
@config "@luminescent/ui-qwik/config";
@source "../node_modules/@luminescent/ui-qwik";
Background Classes
lum-bg-<color>/[opacity]
Element Classes
lum-btn lum-card lum-input
Padding Classes
lum-btn-p-<size>
warning: only some classes will work because of the way tailwindcss works