New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@freenow/wave

Package Overview
Dependencies
Maintainers
0
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freenow/wave

React components of the Wave design system for your Front-End project

  • 2.14.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
684
decreased by-29.56%
Maintainers
0
Weekly downloads
ย 
Created
Source

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:

  • 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)
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!

FAQs

Package last updated on 11 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc