cupertino-ui
v0.1.4
Published
React UI component library that implements the Apple Design Language
Downloads
2
Readme
cupertino-ui
React UI component library that implements the Apple Design Language
Install
npm install --save cupertino-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'cupertino-ui'
import 'cupertino-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Preshonyee