/sam-core

Primary LanguageJavaScript

sam-core

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save sam-core

Usage

import React, { Component } from 'react'

import MyComponent from 'sam-core'
import 'sam-core/dist/index.css'

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

License

MIT © sunilmore690