0.1.0 • Published 5 years ago

@coinmash/components-web v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

@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';