test-lib-eyesee-ui

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import testLibEyeseeUi from 'https://cdn.skypack.dev/test-lib-eyesee-ui';
</script>

README

test-lib-eyesee-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save test-lib-eyesee-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'test-lib-eyesee-ui'
import 'test-lib-eyesee-ui/dist/index.css'

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

License

MIT © [Nikola Mihajlovic](https://github.com/Nikola Mihajlovic)