Set of the reusable components made of semantic-ui-react
as a base
100% compatible with projects bootstrapped with create-react-app since
was transpiled using react-app
babel preset.
How to install:
npm i generic-components --save
or:
yarn add generic-components
if you use Yarn instead of the npm.
Usage:
;;// supported too but not recommended// import { Button } from "generic-components"; { return <div> <Button>Hello World!</Button> </div> ; }