litte
v0.0.0
Published
UI components that you can use everywhere, designed for flexibility.
Maintainers
Readme
Litte
Litte is a modern web component library built with Lit and TypeScript. It provides reusable, customizable UI components designed for fast development and easy integration in any web project.
- Built with Lit: Leverages Lit’s efficient rendering and small footprint.
- TypeScript-first: All packages use strict TypeScript for type safety and maintainability.
Whether you need a simple button or want to extend with your own components, Litte offers a solid foundation for building modern web interfaces.
Visit the homepage for more detailed information.
Compatibility: ESM and UMD.
Usage
ESM (Using Bundler)
Install via npm, pnpm, or yarn:
# Install with npm
npm install litte
# Install with pnpm
pnpm add litte
# Install with yarn
yarn add litteImport the component in your JavaScript or TypeScript file:
import 'litte'UMD (Browser via CDN)
Add to your <head>:
<link rel="stylesheet" href="https://unpkg.com/@litte/themes@PKG_VERSION/dist/bundle.min.css">
<script src="https://unpkg.com/litte@PKG_VERSION/dist/umd/index.js"></script>Use in your HTML:
<litte-button variant="primary">Click Me</litte-button>For detailed usage examples, see the Litte Documentation.
Thanks
Thanks to Netlify for providing hosting for the website and Storybook of this project.
License
Licensed under the MIT license.
Copyrights in this project are retained by their contributors.
See the LICENSE file for more information.
