@vlinderclimate/net-zero-ui
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

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.

Package Sidebar

Install

npm i @vlinderclimate/net-zero-ui

Weekly Downloads

0

Version

1.4.2

License

MIT

Unpacked Size

617 kB

Total Files

311

Last publish

Collaborators

  • ju-vlinder
  • kirillelsukov