1.8.0 • Published 1 year ago
@mohamed.thowfeeq/app-1 v1.8.0
app-1
Made with create-react-library
Install
npm install --save app-1
Usage
import React, { Component } from 'react'
import MyComponent from 'app-1'
import 'app-1/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}