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
.
Any contribution is welcome! Please read through our Contribution guidelines for opening issues, PRs, and development notes.
This project is licensed under the MIT License.