Santhosh-fsdev / custom-comp

Repository from Github https://github.comSanthosh-fsdev/custom-compRepository from Github https://github.comSanthosh-fsdev/custom-comp

custom-comp

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save custom-comp

Usage

import React, { Component } from 'react'

import MyComponent from 'custom-comp'
import 'custom-comp/dist/index.css'

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

License

Venkat

MIT © Santhosh-kumar

About


Languages

Language:HTML 49.1%Language:JavaScript 34.8%Language:CSS 16.1%