@coinmash/components-web

React components used for Coinmash.

Usage no npm install needed!

<script type="module">
  import coinmashComponentsWeb from 'https://cdn.skypack.dev/@coinmash/components-web';
</script>

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