@spaceshiphk/spaceship-ui
v1.0.0
Published
Spaecship Internal UIKits, Extends with MaterialUI
Downloads
2
Readme
spaceship-ui
Spaecship Internal UIKits, Extends with MaterialUI
Install
npm install --save spaceship-ui
Usage
import React, { Component } from 'react'
import { MyComponent } from 'spaceship-ui'
import 'spaceship-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © SpaceshipHK