saif-components-library
v1.0.18
Published
Saif components library
Readme
saif-components-library
Saif components library
Install
npm install --save saif-components-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'saif-components-library'
import 'saif-components-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © higginbg
