@elyracode/mini-lit
v0.9.11
Published
Lightweight Lit components with shadcn-inspired theming and Tailwind CSS integration (fork of @mariozechner/mini-lit)
Maintainers
Readme
@elyracode/mini-lit
Lightweight Lit components with shadcn-inspired theming and Tailwind CSS integration.
This package is a fork of @mariozechner/mini-lit by Mario Zechner (MIT licensed), vendored into the Elyra monorepo so the project owns its development and maintenance. See llms.txt for a component reference.
Usage
import { Button, Dialog, i18n } from "@elyracode/mini-lit";Import the theme in your CSS entry point:
@import "@elyracode/mini-lit/styles/themes/default.css";
@source "../../../node_modules/@elyracode/mini-lit/dist";License
MIT. Original work Copyright (c) Mario Zechner. Fork maintained by Knut W. Horne.
