https://github.com/darkroomengineering/compono
our components, npm packaged
https://github.com/darkroomengineering/compono
components react
Last synced: about 1 year ago
JSON representation
our components, npm packaged
- Host: GitHub
- URL: https://github.com/darkroomengineering/compono
- Owner: darkroomengineering
- Created: 2023-01-30T22:06:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T10:27:02.000Z (over 2 years ago)
- Last Synced: 2025-04-13T13:05:02.245Z (about 1 year ago)
- Topics: components, react
- Language: JavaScript
- Size: 679 KB
- Stars: 70
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/studio-freight/bibliotheca)
## Introduction
Compono is our Next.js/React component library.
🚧 This package is not stable, API might change at any time 🚧
## Composition
This component kit is composed of:
## Considerations/Requirements
This component kit is meant to be used in a nextjs environment that also supports sass, this component kit is not transpiled, make sure you add it to the transpilePackages array in your next.js config:
```
transpilePackages: ['@studio-freight/compono'],
```
## Folder Structure
- **/src:** @studio-freight/compono's raw code.
## Compono in use
- [@studio-freight/satus](https://github.com/studio-freight/satus) Our starter kit.
## Authors
This toolkit is curated and maintained by the Studio Freight Darkroom team:
- Clement Roche ([@clementroche\_](https://twitter.com/clementroche_)) – [Studio Freight](https://studiofreight.com)
- Guido Fier ([@uido15](https://twitter.com/uido15)) – [Studio Freight](https://studiofreight.com)
- Leandro Soengas ([@lsoengas](https://twitter.com/lsoengas)) - [Studio Freight](https://studiofreight.com)
- Franco Arza ([@arzafran](https://twitter.com/arzafran)) - [Studio Freight](https://studiofreight.com)
## License
[The MIT License.](https://opensource.org/licenses/MIT)