1.1.5 • Published 1 year ago

stylizedjs v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

✨ Features

  • ▶️ Easy start — just install, import and start using
  • 🎨 Easy customization and adaptation for your project
  • 🤝 High compatibility with libraries and frameworks
  • 📦 Complete package of Stylized components
  • 🌍 Multilingual documentation
  • 💾 Extremely lightweight

✔️ Prerequisites

  • Node.js
  • NPM

📦 Installation

npm install stylizedjs

🔨 Usage

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>

🤝 Contributing

This is an open source project which accepts contributions for anyone. Feel free to contribute after reading our contribution guideline.

❔ FAQ

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.

📝 License

This project is licensed under the MIT license

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago