@sirena/earth-common
v3.46.0
Published
This project includes all the common UI resources used in all Sirena projects and it's also open to use by.
Downloads
40
Readme
Earth Common
This project includes all the common UI resources used in all Sirena projects and it's also open to use by.
Installing this project for the first time
Clone the repository as usual and run npm install
Run docs locally
npm run docs-watch
Documentation
In this project all the components follow this rules
- It must be a prop pure Component with no connect to the store.
- It must use the new version of [email protected].
- It must have a general behaviour to be easily shared in different projects.
- It must allow to change classNames of the inner components using the class prop.
- It must be translation agnostic.
- Is must be documented and published.
- It must avoid using any environment variables.
Made with 💚 under the sea 🌈🧜🏻♀️.