my-create-react-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

my-create-react-lib

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save my-create-react-lib

Usage

import React, { Component } from 'react'

import { ExampleComponent } from 'my-create-react-lib'
import 'my-create-react-lib/dist/index.css'

class Example extends Component {
  render() {
    return <ExampleComponent text="Create React Library Example 😄" />
  }
}

License

MIT © mengelhardt

Readme

Keywords

none

Package Sidebar

Install

npm i my-create-react-lib

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.81 kB

Total Files

11

Last publish

Collaborators

  • mengelhardt