@stakefish/ui
v1.10.2
Published
<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>
Downloads
619
Readme
Scaffold React apps with beautiful stakefish theme.
Installation and usage
To install and save in your package.json
dependencies, run:
# yarn
$ yarn add @stakefish/ui
# npm
$ npm i @stakefish/ui
To use the theme, add ThemeProvider
at the root of your React application.
// YourAppRootFile.js
// ...
import { ThemeProvider } from "@stakefish/ui"
const Root = () => {
return (
<ThemeProvider>
<App />
</ThemeProvider>
)
}
More detailed instructions can be found at Getting started with @stakefish/ui
.
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 Apache 2.0 License.