Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p3ol/junipero
🏔 Junipero Design System React components
https://github.com/p3ol/junipero
color-picker date-picker design-system forms modal react react-components slider switch tags-input toggle
Last synced: 3 days ago
JSON representation
🏔 Junipero Design System React components
- Host: GitHub
- URL: https://github.com/p3ol/junipero
- Owner: p3ol
- License: mit
- Created: 2018-10-15T09:06:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:28:29.000Z (7 days ago)
- Last Synced: 2024-10-29T11:52:30.211Z (7 days ago)
- Topics: color-picker, date-picker, design-system, forms, modal, react, react-components, slider, switch, tags-input, toggle
- Language: TypeScript
- Homepage: https://junipero.design
- Size: 21.2 MB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
[![GitHub](https://img.shields.io/github/license/p3ol/junipero.svg)](https://github.com/p3ol/junipero)
[![CI](https://github.com/p3ol/junipero/workflows/CI/badge.svg)](https://github.com/p3ol/junipero/actions)
[![codecov](https://codecov.io/gh/p3ol/junipero/branch/master/graph/badge.svg)](https://codecov.io/gh/p3ol/junipero)
A collection of lightweight and beautifully designed components
-----------
### You are looking at v3 docs (https://junipero.design). If you need, v2 docs are still available at https://v2.junipero.design.
-----------
## Packages
| Name | Description | |
| :--: | :--: | :--: |
| `@junipero/react` | Simple and beautiful React components for the web | [documentation](https://github.com/p3ol/junipero/tree/master/packages/react) |
| `@junipero/theme` | Theme base for Junipero | [documentation](https://github.com/p3ol/junipero/tree/master/packages/theme) |
| `@junipero/transitions` | A collection of common React transitions we use inside Junipero | [documentation](https://github.com/p3ol/junipero/tree/master/packages/transitions) |
| `@junipero/hooks` | Custom React hooks we use inside Junipero packages | [documentation](https://github.com/p3ol/junipero/tree/master/packages/hooks) |
| `@junipero/core` | Simple utilities we commonly use inside Junipero packages | [documentation](https://github.com/p3ol/junipero/tree/master/packages/core) |
| `@junipero/tailwind-plugin` | A plugin to use Junipero styles with Tailwind CSS | [documentation](https://github.com/p3ol/junipero/tree/master/packages/tailwind-plugin) |## [Documentation](https://junipero.design)
https://junipero.design
## Development
Install dependencies:
```bash
yarn install
```Run examples with Storybook:
```bash
yarn serve
```## Contributing
[![](https://contrib.rocks/image?repo=p3ol/junipero)](https://github.com/p3ol/junipero/graphs/contributors)
Please check the [CONTRIBUTING.md](https://github.com/p3ol/junipero/blob/master/CONTRIBUTING.md) doc for contribution guidelines.
## License
This software is licensed under [MIT](https://github.com/p3ol/junipero/blob/master/LICENSE).