Skip to content

Santhosh-fsdev/custom-comp

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published