Seedy
Seedy
# Description Hey folks, first of all, I wanted to say thanks for the toolkit! We recently decided to use it for https://github.com/traefik/faency, which is a component library developed at...
# Description - Closes #276 I have no idea whether the previous tabindex behavior had a specific intent, please do tell me about it.
# Description SVG nodes generated by `Geography` component all have an attribute `tabindex="0"`. Screenshot taken from generated svg from [this example](https://www.react-simple-maps.io/examples/basic-markers/):  This behaviour adds any generated svg node to...
Here's your code (index.ts line 23) : ``` metadata.outputs.forEach((method) => { Mock.prototype[method] = new EventEmitter(); }); ``` What you better do : ``` (metadata.outputs || []).forEach((method) => { Mock.prototype[method] =...
# Description ## Use case As a developer, I would like an easy way to bind a play/pause button to the autoplay slider. I implemented my own plugin to integrate...
### Description Radix deprecated `as` design pattern and `Polymorphic` in favor of `asChild` design pattern. Their `Slot` lib component handles internal logic for the `asChild` pattern. There's [recommendations](https://github.com/radix-ui/primitives/discussions/901) to reuse...
# Description When `Textarea`'s content overflows horizontally, the `endAdornment` is not well positionned 
# Description Interactive Tr as links should implement a focus feedback, for a better keyboard navigation experience
https://www.radix-ui.com/docs/primitives/components/toast
# Goals - improve quality of components - secure PRs and review with tests - avoid regression # Background ## What we know - testing components with `@testing-library` ## What...