1.0.6-SNAPSHOT • Published 3 years ago

@the-kitchen-analytics/the-kitchen-analytics-react-library v1.0.6-SNAPSHOT

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

the-kitchen-analytics-react-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save the-kitchen-analytics-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'the-kitchen-analytics-react-library'
import 'the-kitchen-analytics-react-library/dist/index.css'

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

License

MIT © glebremniov