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

1.10.2 • Public • Published

stakefish UI

Scaffold React apps with beautiful stakefish theme.

license npm latest package npm downloads @stakefish


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.

Authors

Package Sidebar

Install

npm i @stakefish/ui

Weekly Downloads

9

Version

1.10.2

License

Apache-2.0

Unpacked Size

781 kB

Total Files

292

Last publish

Collaborators

  • mateuszsokola
  • bitfish
  • dimiandre
  • daycoder
  • vince19972