ui-kit icon indicating copy to clipboard operation
ui-kit copied to clipboard

React components for data visualization and quickly building data analytics dashboards

Results 23 ui-kit issues
Sort by recently updated
recently updated
newest added

## Description of changes This PR implements [Add Date & Time Picker component](https://linear.app/propel/issue/PRO-2111/add-date-and-time-picker-component) and syncs all the UI components with new design tokens introduced in https://github.com/propeldata/ui-kit/pull/165. ![Kapture 2024-04-18 at 16...

## Description of changes This PR resolves: - [x] [Missing Inter font in the UI Kit build](https://linear.app/propel/issue/PRO-2911/missing-inter-font-in-the-ui-kit-build) - [x] [Move graphql folder from helpers to src folder](https://linear.app/propel/issue/PRO-2708/move-graphql-folder-from-helpers-to-src-folder) - [x] [ThemeProvider...

**Describe the bug** When setting a margin inside the style of a TimeSeries component, it start stretching indefinitely and a constant pace. **To reproduce** Create time-series component like this: ```tsx...

bug

**Describe the bug** A Counter component is not displaying the value even if the underlying GraphQL query succeeded and returned actual data. **To reproduce** Steps to reproduce the behavior: Create...

bug

**Describe the bug** When fresh starting the React application, a lot of errors like this are thrown: ``` @propeldata_ui-kit.js?v=d0ba27f7:23550 No access token provided. ``` Even though the `fetchToken` function is...

bug

**Describe the bug** The storybook documentation freezes and lags for several seconds on navigation **To reproduce** Navigate through different sections in https://storybook.propeldata.com/ **Screenshots or video** ![ui-kit-storybook-performance](https://github.com/propeldata/ui-kit/assets/94831009/2d25d9f9-6e5c-4ab0-9538-6ec783e991ee) Note that during the...

bug

**Describe the bug** When creating a fresh React application with vite, just importing `@propeldata/ui-kit` crashes with the following error: ``` Uncaught ReferenceError: process is not defined at @propeldata_ui-kit.js?v=24f201ae:23182:9 ``` **To...

bug

## Description of changes This PR adds an experimental report component ## Checklist Before merging to main: - [ ] Tests - [ ] Manually tested in React apps -...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Description of changes This PR adds the MultiSelectFilter component ## Checklist Before merging to main: - [x] Tests - [x] Manually tested in React apps - [x] Changesets -...