foundry-ui
foundry-ui copied to clipboard
Foundry-UI is a React UI Library built which prioritizes theming, accessibility, and performance. Fully typed with TypeScript, animated by react-spring, themed with styled-components, and made accessi...
### User story As a Foundry UI developer, I want to access color (and other theme-related CSS) variables via CSS Variables. This will make writing frontend styles more efficient and...
Snyk has created this PR to upgrade react-aria from 3.17.0 to 3.22.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
fixes #372
See examples of how custom scrollbars can be created using JS to detect the scrollable area available, as well as the current scroll position to achieve custom scrollbars. https://twitter.com/sebastienlorber/status/1516847672992350211 https://medium.com/headstorm/in-search-of-a-better-scroll-ux-pattern-3a22d4cff5f1...
Things to check: * PR includes a commit that will trigger a new build (warning) * package size changed significantly * directions on updating snapshots if those failed (?) *...
> As a developer I want to be able to show the users progress through a wizard, form flow, or other multistep process. I'm leaving this one intentionally vague for...
Hue, saturation, and lightness sliders are only useful on the colorpicker story, and value is only used on the other two. 
We are currently using an image in the /public folder which doesn’t work when hosted on github pages. We should instead host one to foundry-ui.com and use that instead on...
With the docs as they are, it's not clear that all `input` attributes are available in TextInput. For instance, defaultValue and onKeyDown are available and allowed in the type, but...
As a reviewer of pull requests, I'd like to be able to see the storybook deployed to a separate github environment to be tested functionally (without pulling, installing, and running...