react-yalo-components

react library with reusable components

Usage no npm install needed!

<script type="module">
  import reactYaloComponents from 'https://cdn.skypack.dev/react-yalo-components';
</script>

README

react-yalo-components

react library with reusable components

NPM JavaScript Style Guide

Install

npm install --save react-yalo-components

Usage

import React, { Component } from 'react'

import MyComponent from 'react-yalo-components'

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

License

MIT © engyalo