KO
|
EN
gitlite โ search
Search
#javascript
#nodejs
#go
#php
#ruby
#python
#metrics
#ios
#shell
#r
#java
#android
clockface
โ 46
Open GitHub โ
UI Kit for building Chronograf
Download README (.md)
Explore Similar Repositories
compose-clock
:
Clock face implemented using Jetpack Compose, inspired by the Particle Clock winner project of the Flutter Clock challenge
clox
:
โฐ A Geeky Clock for Terminal Enthusiasts
emoji-clock
:
๐ Generate the emoji clock face, moon phase ๐ , or zodiac sign โ ๐ถ for a given time
wfdl
:
Watch Face Description Language
fitbit-dual-clockface
:
Dual - based on Fitbit's "Stats" clock face design.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
clockface
?
Download (.md)
# Clockface [](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' ```