README
@coinmash/components
React and React Native components used for Coinmash.
Install
npm install --save @coinmash/components bootstrap
Import Bootstrap CSS in the src/index.js
file:
import 'bootstrap/dist/css/bootstrap.css';
Import required reactstrap components within src/App.js
file or your custom component files:
import { Button } from '@coinmash/components';