@vlinderclimate/net-zero-ui
Version:
<div align="center"> <img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 /> </div> <h1 align="center">Net Zero UI kit</h1>
61 lines (42 loc) • 1.83 kB
Markdown
<div align="center">
<img src="https://storage.yandexcloud.net/static.vlinderstorage.com/Telegram_VlinderTech.png" width=200 />
</div>
<h1 align="center">Net Zero UI kit</h1>
<div align="center">
Zero footprint ui-kit. For real.
[](https://vlinderclimate.github.io/net-zero-ui/)
[](https://github.com/vlinderclimate/net-zero-ui/blob/main/LICENSE.md)
[](https://www.npmjs.com/package/@vlinderclimate/net-zero-ui)
[](https://www.npmjs.com/package/@vlinderclimate/net-zero-ui)
</div>
---
## Installation and usage
To install and save in your `package.json` dependencies, run:
```bash
# 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.
```js
// 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`](/docs/getting-started.md).
## Sponsors
<div align="center">
<a href="https://vlinderclimate.com"><img src="https://storage.yandexcloud.net/static.vlinderstorage.com/logo-sign.png" width=200 /></a>
</div>
## Contributing
Any contribution is welcome! Please read through our [Contribution guidelines](/docs/contribution-guidelines.md) for opening issues, PRs, and development notes.
## License
This project is licensed under the MIT License.