phoenix-ui-kit
v1.0.2
Published
a list of components for the phoenix project
Downloads
3
Readme
phoenix-ui-kit
a list of components for the phonix project
Install
npm install --save phoenix-ui-kit
Usage
import React, { Component } from 'react'
import MyComponent from 'phoenix-ui-kit'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © MedElfadhelELHACHEMI