Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpvalery/mistral

My own component library (WIP)
https://github.com/jpvalery/mistral

components library next react storybook tailwind

Last synced: 21 days ago
JSON representation

My own component library (WIP)

Awesome Lists containing this project

README

        

# Mistral

Mistral is the component library I built for my projects both as a challenge and as a way to make my life easier by having a set of ready-to-use components.

## Installing

Start by adding the dependency
`yarn add @jpvalery/mistral`

Update `tailwind.config.js` in your project to include the library files in `content`:

```
module.exports = {
content: [
...
"./node_modules/@jpvalery/mistral/**/*.js"
],
```