freenowtech / wave

Design System of FREE NOW
https://wave.free-now.com
Apache License 2.0
64 stars 22 forks source link
component-library design-system react-components reactjs

Wave

Build Status version All Contributors

Documentation

Our documentation site lives at https://wave.free-now.com/. You'll be able to find detailed documentation on getting started, all of the components, our theme, our principles, and more.

Installation

npm install @freenow/wave

or

yarn add @freenow/wave

Getting started

After installing Wave as dependency, there are some extra steps to get the styles in place:

import { ModernColors } from '@freenow/wave'; // blue primary color

ReactDOM.createRoot(document.getElementById('root')!).render(
    <React.StrictMode>
        <ModernColors />
        <App />
    </React.StrictMode>
);

Contributing

Thanks for being willing to contribute! Please read the CONTRIBUTING.md doc

Have doubts?

Please don't hesitate to let know us what are your doubts, what can be improved or what is difficult for you to grasp from the documentation. Open issues to start the conversation!

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Nikolai Lopin
Nikolai Lopin

πŸ’» πŸ“– πŸ› πŸ‘€
Jonah MΓΆller
Jonah MΓΆller

πŸ’» πŸ“– πŸ› πŸ‘€
Luka Hartwig
Luka Hartwig

πŸ’» πŸ“– πŸ› πŸ‘€
Alexis Duran
Alexis Duran

πŸ’» πŸ“– πŸ› πŸ‘€
Leonardo
Leonardo

πŸ’» πŸ“– πŸ› πŸ‘€
Artur Miglio
Artur Miglio

πŸ“– πŸ’» πŸ›
Phillip Barkmann
Phillip Barkmann

πŸ’»
Lloyd Francis
Lloyd Francis

πŸ“– πŸ’»
Jan Hamara
Jan Hamara

πŸ’» πŸ“– πŸ‘€
rafael-sepeda
rafael-sepeda

🎨 πŸ“
martimalek
martimalek

πŸ’» πŸ“– πŸ› πŸ‘€
Elena Rashkovan
Elena Rashkovan

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!