0.1.4 • Published 3 years ago

cupertino-ui v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cupertino-ui

React UI component library that implements the Apple Design Language

NPM JavaScript Style Guide

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

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago