Skip to content

Net Zero UI is the first carbon neutral UI kit. All team's efforts have been offset by first grade carbon credits

License

Notifications You must be signed in to change notification settings

vlinderclimate/net-zero-ui

Repository files navigation

Net Zero UI kit

Zero footprint ui-kit. For real.

license npm latest package npm downloads


Installation and usage

To install and save in your package.json dependencies, run:

# yarn
$ yarn add @vlinderclimate/net-zero-ui

# npm
$ npm i @vlinderclimate/net-zero-ui

To use the theme, add ThemeProvider at the root of your React application.

// YourAppRootFile.js
// ...
import { ThemeProvider } from "@vlinderclimate/net-zero-ui"

const Root = () => {
  return (
    <ThemeProvider>
      <App />
    </ThemeProvider>
  )
}

More detailed instructions can be found at Getting started with @vlinderclimate/net-zero-ui.

Sponsors

Contributing

Any contribution is welcome! Please read through our Contribution guidelines for opening issues, PRs, and development notes.

License

This project is licensed under the MIT License.