foundry-ui icon indicating copy to clipboard operation
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...

Results 45 foundry-ui issues
Sort by recently updated
recently updated
newest added

Either through a big "filteringConfig" object, or via explicit props that are passed to fuse (this makes our API easier to understand, but less powerful). We should also default the...

enhancement
good first issue
help wanted
0.5 Story Points

I had previously made the point to not create any application-specific components like this, but given we have composed components like "Card" which simply follow a pattern, I feel like...

help wanted
new component
1 Story Point

The below example is too precise, as we want them to be able to add more than just the current props. Perhaps a union of the ComponentProps and SubcomponentPropsType. Before:...

enhancement
good first issue
help wanted
0.5 Story Points

This is a component which is fixed in position, and "attaches" itself to a component by ref. It could be rendered in a portal - we could probably do a...

help wanted
new component
2 Story Points

Currently the only way to get icons in the dropdown is to override the checkmark container and do some really hacky tricks. It would also make doing styling easier if...

enhancement
good first issue
help wanted
0.5 Story Points

AC: - Add color prop - Use as override for icon color (regardless of varient/checkboxType)

enhancement
good first issue
help wanted
0.5 Story Points

Nullish coalescing, for example, breaks builds which are run in Node 14, but runs fine otherwise. I find it hard to believe that by using nullish coalescing we have to...

bug
good first issue
help wanted
1 Story Point
dependencies

This would make simple inline-styles more accessible. Right now if I want to add a center alignment to Text, I would need to do either: ```js const CenteredText = styled(Text.Container)`...

enhancement
2 Story Points

There shouldn't be any animation unless the `checked` boolean is changed. The initial spring should not default to "left" but always be based on the "checked" state.

bug
good first issue
help wanted
0.5 Story Points

Suggestion: switch from useTransition to useSprings animations https://react-spring.io/hooks/use-springs#usesprings We are already using random ids as keys for splashes, this should make keeping track of springs and deleting them work. The...

enhancement
good first issue
help wanted
1 Story Point