mynewslds-library
v1.1.7
Published
Made with love
Downloads
180
Readme
mynewslds-library
Made with love
Install
npm install --save mynewslds-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'mynewslds-library'
import 'mynewslds-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © kalburgimanjunath
