smartshare-ui

component library by smartshare

Usage no npm install needed!

<script type="module">
  import smartshareUi from 'https://cdn.skypack.dev/smartshare-ui';
</script>

README

smartshare-ui

component library by smartshare

NPM JavaScript Style Guide

Install

npm install --save smartshare-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'smartshare-ui'
import 'smartshare-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © mernit