An open API service indexing awesome lists of open source software.

https://github.com/mother/oio

A UI component kit for React
https://github.com/mother/oio

components react ui

Last synced: about 2 months ago
JSON representation

A UI component kit for React

Awesome Lists containing this project

README

        

oio
=======================

> A UI component kit for React

# - *UNDER CONSTRUCTION* -

## Demo

[https://oio.mother.co](https://oio.mother.co)

## Installation

Install from NPM and include it in your own React build process (using [Browserify](http://browserify.org), [Webpack](http://webpack.github.io/), etc).

```bash
npm install oio --save
```

## Usage

```js
import React from 'react'
import ReactDOM from 'react-dom'
import {
ActionBar, Button, ButtonGroup, Grid, GridCell, Cover, Nav,
Spacer, Text, Title, TitleBar, ToolBar, View
} from 'oio'

// Global Styles (ensure webpack css-loader is enabled)
import oio from 'oio/dist/styles.css'

var Demo = React.createClass({
render: function() {
return (





Making the web more beautiful, fast, and open through great typography



We believe the best way to bring personality and performance to websites
and products is through great design and technology. Our goal is to make
that process simple, by offering an intuitive and robust directory of open
source designer web fonts. By using our extensive catalog, you can share
and integrate typography into any design project seamlessly—no matter where
you are in the world.



Discover Great Typography
Our font directory places typography front and center, inviting users to
explore, sort, and test fonts for use in more than 135 languages. We showcase
individual type designers and foundries, giving you valuable information about
the people and their processes, as well as analytics on usage and demographics.
Our series of thematic collections helps you discover new fonts that have been
vetted and organized by our team of designers, engineers, and collaborators,
and our default sort organizes fonts based on popularity, trends, and your
geographic location. You can also create your own highly customized collections
by filtering families, weights, and scripts, plus test color themes, and review
sample copy. Collections can be shared, making it easy to collaborate on
projects and ensure typography is optimized and streamlined throughout the
design and engineering process.







Join our community
We are working with designers around the world to produce
best-in-class typeface designs that are made for the web,
and because we are open source, this means that we can
release early access trials to our community for testing and feedback.


This is some text
This is some text
This is some text
This is some text
This is some text
This is some text
This is some text
This is some text
This is some text
This is some text




)
}
})

ReactDOM.render(, document.getElementById('container'))
```

## Tinker

```
git clone https://github.com/mother/oio
npm install
```
And since React is just a peer dependency:
```
npm install react
npm install react-dom
```
Then:
```
npm run dev
```
Then visit [http://localhost:8000](http://localhost:8000)

### Build

```
npm run build
```

## Props

### Test (TODO)

```
npm test
```

### License

MIT. Copyright (c) 2016 Mother Co.