Collection library
npm install --save lib-functions
import * as React from 'react'
import MyComponent from 'lib-functions'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
MIT © gharish
Collection library
npm install --save lib-functions
import * as React from 'react'
import MyComponent from 'lib-functions'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
MIT © gharish
npm i lib-functions
7
1.0.1
MIT
10.2 kB
11