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

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

Awesome Lists containing this project

README

          

[![Bibliotheca](https://assets.studiofreight.com/bibliotheca/header.png)](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)