nuclio-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save nuclio-library

Usage

import React, { Component } from 'react'

import MyComponent from 'nulcio-library'
import 'nulcio-library/dist/index.css'

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

License

MIT © vinyeta