app-firstnpmlibrary
v1.1.1
Published
My first library. It contains loader animation and darkThemeSwither
Downloads
12
Readme
app-firstnpmlibrary
Install
npm install --save app-firstnpmlibraryUsage
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
