@stakefish/ui
Version:
<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>
65 lines (44 loc) • 1.99 kB
Markdown
<div align="center">
<a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a>
</div>
<h1 align="center">stakefish UI</h1>
<div align="center">
Scaffold [React](https://reactjs.org/) apps with beautiful stakefish theme.
[](https://stakefish.github.io/stakefish-ui)
[](https://github.com/stakefish/stakefish-ui/blob/main/LICENSE.md)
[](https://www.npmjs.com/package/@stakefish/ui)
[](https://www.npmjs.com/package/@stakefish/ui)
[](https://twitter.com/stakefish)
</div>
---
## Installation and usage
To install and save in your `package.json` dependencies, run:
```bash
# yarn
$ yarn add @stakefish/ui
# npm
$ npm i @stakefish/ui
```
To use the theme, add `ThemeProvider` at the root of your React application.
```js
// 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`](/docs/getting-started.md).
## 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 Apache 2.0 License.
## Authors
- [@apple-juice](https://www.github.com/apple-juice)
- [@balajmarius](https://www.github.com/balajmarius)
- [@mateuszsokola](https://www.github.com/mateuszsokola)
- [@vince19972](https://www.github.com/vince19972)