https://github.com/stitchfix/pyxleyjs
Collection of React components for dashboards
https://github.com/stitchfix/pyxleyjs
Last synced: about 1 year ago
JSON representation
Collection of React components for dashboards
- Host: GitHub
- URL: https://github.com/stitchfix/pyxleyjs
- Owner: stitchfix
- License: mit
- Created: 2015-06-14T21:32:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T15:04:19.000Z (about 8 years ago)
- Last Synced: 2025-04-18T08:16:20.671Z (over 1 year ago)
- Language: JavaScript
- Size: 993 KB
- Stars: 158
- Watchers: 164
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# pyxley
`pyxley.js` is a complement to the [pxyley](http://github.com/stitchfix/pyxley) python package. It provides a set of simple React components commonly used in developing lightweight dashboards and web applications.
## Charts & Filters
The core idea of `pyxley` is that most dashboards are a simple collection of charts and filters. React provides a common interface that simplifies the integration with Python. Specifics for each chart and filter component are supplied as props in a single master component.
## Wrappers
`pyxley` is predominantly a pattern. This allows us to easily integrate with existing Javascript packages. Utilizing React, `pyxley` provides a number of simple wrappers to packages such as [MetricsGraphics.js](http://metricsgraphicsjs.org/) and [React-Bootstrap](http://react-bootstrap.github.io/).
## Installation
Install `pyxley` using npm
```
npm install pyxley
```
or install using Bower
```
bower install pyxley
```