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

https://github.com/laurentsenta/orbital-list

A React library to create interfaces using circles, orbits, and planets.
https://github.com/laurentsenta/orbital-list

circles clockwork javascript-library react typescript-library ui-components

Last synced: about 1 year ago
JSON representation

A React library to create interfaces using circles, orbits, and planets.

Awesome Lists containing this project

README

          

![logo](https://github.com/laurentsenta/orbital-list/raw/master/social.png?raw=true 'orbital-list logo')

# orbital-list

A React library to create interfaces using circles, orbits, and planets.

[![NPM](https://img.shields.io/npm/v/orbital-list.svg)](https://www.npmjs.com/package/orbital-list)

![capture orbital-list](https://github.com/laurentsenta/orbital-list/raw/master/capture.png?raw=true 'orbital-list Example')

Visit [orbital-list.laurentsenta.com](https://orbital-list.laurentsenta.com/) for an interactive example.

Check it out in production: **[whena.re](https://whena.re/)** is built with the library and helps you and your team to deal with timezones.

## Install

With npm:

```bash
npm install --save orbital-list
```

With yarn:

```bash
yarn add orbital-list
```

## Usage

The library provides a set of components.

Check the example to see the code behind the [demo](https://orbital-list.laurentsenta.com/).

```tsx
import React, { Component } from 'react'

import {
Dial,
Hand,
Label,
Orbit,
OrbitalList,
Place,
Planet,
Slice
} from 'orbital-list'

class Example extends Component {
render() {
return (




Hello



)
}
}
```

## Develop

```
yarn start # start working on the library
```

Go in the `examples/` folder, there is a react app there,

```
yarn start # start the example server
```

## License

MIT © [laurentsenta](https://github.com/laurentsenta)