Gaurav12342 / library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample-library

Input react component

NPM JavaScript Style Guide

Install

npm install --save sample-library

Usage

import React, { Component } from 'react'

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

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

License

MIT © Gaurav12342

About


Languages

Language:HTML 46.7%Language:JavaScript 46.7%Language:CSS 6.6%