chroma-react icon indicating copy to clipboard operation
chroma-react copied to clipboard

Open source design system from LifeOmic, built with React

Results 7 chroma-react issues
Sort by recently updated
recently updated
newest added

Checkout [TanStack Table](https://tanstack.com/table/v8). This is a follow up of #330 to cover: * adding react-table as implementation and make it backward compatible. * when using `config` of TableModule, no changes...

enhancement

From @epeters3 > Idea: Include a Changelog page or a "What's New in Chroma" section on the home page of the Chroma site that allows consumers to see what's new....

documentation

## Now it only supports a flat array items in the `` component. ## Expected result Supports [`InfiniteData`](https://tanstack.com/query/v4/docs/react/guides/initial-query-data) type from `@tanstack/react-query` to reduce developer's effort to transform paged data into...

enhancement

We are missing stories for `NumberFormat/PhoneNumberFormatField` and `NumberFormat/UnitNumberFormatField`

documentation

This is similar to https://github.com/lifeomic/chroma-react/issues/36, but specific for the `

When providing a background image and refreshing the page, the default background image flashes before rendering the provided `backgroundImage`. https://user-images.githubusercontent.com/32574227/128269989-b0068ac8-d835-44da-b1ff-15b83be9ed12.mov I tried this: In `backgroundCover` styles, I remove the background...

bug

## Summary Popovers, Menus, Selects, Comboxes, and Tooltips currently always render a portal + `display: 'none'` elements in the DOM. Here's an example in a LifeOmic app with a TableModule...

enhancement
help wanted