🌈 The ultimate solution for powerful designs
Docs · Installation · Stylizers
npm install stylizedjs
If you’re using just HTML and JavaScript raw, you can build the components with the following command:
npm run build
And then, just import into the HTML file each component you need as the example below:
<script type="module" src="./dist/components/command-line/command-line.js"></script>
<script type="module" src="./dist/components/header/header.js"></script>
<script type="module" src="./dist/components/button/button.js"></script>
<script type="module" src="./dist/components/alert/alert.js"></script>
<script type="module" src="./dist/components/input/input.js"></script>
This is an open source project which accepts contributions for anyone. Feel free to contribute after reading our contribution guideline.
Stylized is an UI library created with Lit, a framework created and maintained by Google. Stylized comes with dozens of components for JavaScript and TypeScript applications.
67+ ✅ | 79+ ✅ | 63+ ✅ | 64+ ✅ |
Browser compatibility is based on support for web components. You can get more information about web components here and here.
Yes! There are a lot of ways to contribute with Stylized. You can star the repository, share with your friends, contribute with no code
issues or just help with translations in the documentation.
It’s possible to open an issue using the label enhancement. Enter as much information as possible and, if possible, give examples.
This project is licensed under the
MIT license