Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freenowtech/wave

Design System of FREE NOW
https://github.com/freenowtech/wave

component-library design-system react-components reactjs

Last synced: 6 days ago
JSON representation

Design System of FREE NOW

Awesome Lists containing this project

README

        

# Wave

[![Build Status][build-badge]][build]
[![version][version-badge]][package]
[![All Contributors][all-contributors-badge]](#contributors-)

## Documentation

Our documentation site lives at [https://wave.free-now.com/](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

```sh
npm install @freenow/wave
```

or

```sh
yarn add @freenow/wave
```

## Getting started

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

- Make sure to install the peerDependencies (including styled-components)
- Check that you don't have any pre-existing global styles that might override/clash with the styles shipped with the components (ex.: `a { color: #ffeeaa }`)
- Make sure to add the desired Color Scheme component to your React tree, to get the CSS variables loaded ([more details](https://wave.free-now.com/iframe.html?viewMode=docs&id=migration-to-v2--docs#1%EF%B8%8F%E2%83%A3-connect-classic-colors))

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

ReactDOM.createRoot(document.getElementById('root')!).render(




);
```

## Contributing

Thanks for being willing to contribute! Please read the [CONTRIBUTING.md](./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](https://allcontributors.org/docs/en/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](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

[all-contributors-badge]: https://img.shields.io/github/all-contributors/freenowtech/wave/main?style=flat-square
[build-badge]: https://img.shields.io/github/workflow/status/freenowtech/wave/Component%20Library?logo=github&style=flat-square
[build]: https://github.com/freenowtech/wave/actions?query=workflow%3Alibrary
[version-badge]: https://img.shields.io/npm/v/@freenow/wave.svg?style=flat-square
[package]: https://www.npmjs.com/package/@freenow/wave