Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

osh-sample-components-new

shostkevych1MIT1.0.0TypeScript support: included

Made with create-react-library

readme

osh-sample-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save osh-sample-components

Usage

import React, { Component } from 'react'

import MyComponent from 'osh-sample-components'
import 'osh-sample-components/dist/index.css'

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

License

MIT ©