Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jpvalery/mistral
- Owner: jpvalery
- Created: 2022-07-01T20:09:18.000Z (over 2 years ago)
- Default Branch: prototype
- Last Pushed: 2023-06-12T19:44:57.000Z (over 1 year ago)
- Last Synced: 2024-10-05T17:35:16.953Z (about 1 month ago)
- Topics: components, library, next, react, storybook, tailwind
- Language: JavaScript
- Homepage: https://mistral.jpvalery.me
- Size: 2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
],
```