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...
Currently all new issues are initialized with a single template for "new components". We should have one for enhancements, bug reports, etc. Since we need to do this new work...
Ensure it has unit tests, storybook story, and adheres to the foundry-ui themeing architecture https://www.figma.com/file/3r2G00brulOwr9j7F6JF59/Foundry-UI?node-id=105%3A6 
The benefits are keeping people on the main domain and allowing us to maintain docs for older versions (like v0, v1, v1.1, next, etc)
We use jest and jest-axe for unit and accessibility testing. We should detail the expectations for developers to maintain and increase coverage wherever possible.
Add ability to customize SVG element passed into the component Rather than animating r and a circle radius, animate a transform: scale(0) to scale(1) on the passed in svg element...