jfroussel / poc-react-library-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-input

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save c-input

Usage

import React from 'react'

import CInput from 'c-input'
import 'c-input/dist/index.css'

const example = props =>  {
  return <CInput />
  
}

License

MIT © jeff roussel

poc-react-library-components

About