0.4.3 • Published 5 years ago

react-cupertino v0.4.3

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

React Cupertino

React component library inspired by Apple's design philosophy.

Installation

You can install React Cupertino using npm:

npm install react-cupertino

Basic usage

In the following example, you can see how to import PushButton component and render it with title "Agree" and green background color.

import React from 'react';
import ReactDOM from 'react-dom';
import { PushButton } from "react-cupertino";

ReactDOM.render(
  <PushButton title="Agree" color="green" />,
  document.getElementById('app')
);

Contributing

You are more than welcome to make contributions to the project! See the CONTRIBUTING.md.

License

MIT

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago