1.0.4 • Published 3 years ago

app-firstlibrary-react v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

app-firstlibrary-react

My first library.

Install

npm install --save app-firstlibrary-react

Usage

import React, { Component } from 'react'

import MyComponent from 'app-firstlibrary-react'
import 'app-firstlibrary-react/dist/index.css'

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

License

MIT © dima-cherednyk

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago