Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/influxdata/clockface

UI Kit for building Chronograf
https://github.com/influxdata/clockface

clockface component-library influxdb react storybook typescript ui-kit uikit

Last synced: about 1 month ago
JSON representation

UI Kit for building Chronograf

Awesome Lists containing this project

README

        

# Clockface

[![npm version](https://badge.fury.io/js/%40influxdata%2Fclockface.svg)](https://badge.fury.io/js/%40influxdata%2Fclockface)

A React + Typescript UI Kit for building Chronograf and other Time Series visualization applications.

### [Documentation](https://influxdata.github.io/clockface)

### [Changelog](https://github.com/influxdata/clockface/blob/master/CHANGELOG.md)

### [Publishing Guide](https://github.com/influxdata/clockface/blob/master/PUBLISHING.md)

### [Contributing Guide](https://github.com/influxdata/clockface/blob/master/CONTRIBUTING.md)

### [Icon Font Guide](https://github.com/influxdata/clockface/blob/master/ICONFONT.md)

### [Testing a Build Locally](https://github.com/influxdata/monitor-ci#how-to-test-clockface-and-giraffe-changes-locally)

### Usage

```
npm install @influxdata/clockface

yarn add @influxdata/clockface
```
Import the Clockface stylesheet to your React app's `index.jsx` file
```tsx
import '@influxdata/clockface/dist/index.css'
```