@essential-js/ui
Version:
EssentialJS UI
36 lines (20 loc) • 1.46 kB
Markdown
# 🔥 Essential UI
We are a component library created with [BeyondJS](https://beyondjs.com/) by [Bryant Caballero](https://github.com/veD-tnayrB) for [EssentialJS](https://github.com/Essential-js)
that seeks to remove the hassle of creating the usual components and save time for you and your team, in simple words, we streamline the development process of your applications.
## ✨ Caracteristicas principales.
- Easy implementation
- Deployable in projects with any packager
- Simple customization
- Ready to use
## 🤔 Pero, como comenzar?
Install Essential-UI using [npm](https://www.npmjs.com/package/@essential-js/ui)
<Code>npm i @essential-js/ui</Code>
Then, import the components that you need:
<Code>import { Button } from '@essential-js/ui/buttons';</Code>
Or if you want to contribute to the documentation you can do it by doing a fork to the [repository](https://github.com/Essential-js/ui-docs)
You got it! Now you can use any component in your application.
## 📖 Documentation
Take a look at the [documentation](https://essential-ui.netlify.app/) for more information on how you can implement Essential-UI components.
## 🤝❤ Contribute
We are happy to receive contributions from the community! If you are looking to propose future components for the library you can do so from the [here](https://github.com/Essential-js/ui-docs/discussions/1)
### Thanks for using Essential-UI!