ui-kit
ui-kit copied to clipboard
React components for data visualization and quickly building data analytics dashboards
### What's the problem? We already have the useDataGrid query hook working on the ui-kit, however, we don’t have a component that consumes it, also in order to implement the...
I'm using Propel to build charts but in static mode. I have a few questions regarding propel static mode. 1. How to input multiple metric and dimension data in static...
# Problem statement In order to implement upcoming features such as the Time Range Picker and the Filters we’ll require to use a Select component, we’ll need to decide whether...
### Summary The [Foundations](https://www.figma.com/file/h1TUx6DVXx1HWqe59klkb5/Dashboard-Components?type=design&node-id=271-659&mode=design&t=HCBj6X74X3ED43E1-0) in Figma include all the essential design tokens for our Design System, such as the color palette, spacing, shadows, typography, etc. We need to establish a...
## Problem The Contributing section could use more detail. New contributors might need a more structured idea on how to how to do contribute to your project ## Possible solution...
## Problem I noticed that there isn’t a style guide on how to maintain the Docs of your project. This makes it difficult for contributors who want to contribute to...
Even though we added a timeZone support here (https://github.com/propeldata/ui-kit/pull/110), we don't have documentation on this feature yet. We should make sure that it's documented for Counter, TimeSeries and Leaderboard. For...
## Description of changes This PR adds documentation about the `timeZone` support feature. Closes #119 ## Checklist Before merging to main: - [ ] Tests - [ ] Manually tested...
## Description of changes This PR adds a script to run all examples servers at once so debugging can start faster ## To reproduce You just need to run `yarn...