app-firstnpmlibrary
v1.1.1
Published
My first library. It contains loader animation and darkThemeSwither
Downloads
2
Readme
app-firstnpmlibrary
Install
npm install --save app-firstnpmlibrary
Usage
import React, { Component } from 'react'
import MyComponent from 'app-firstnpmlibrary'
import 'app-firstnpmlibrary/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © dima-cherednyk