Seedy

Results 33 issues of 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/): ![image](https://user-images.githubusercontent.com/3367393/160639223-8496f3da-58b4-491d-b71d-4463a52eab58.png) 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...

enhancement

# Description When `Textarea`'s content overflows horizontally, the `endAdornment` is not well positionned ![image](https://user-images.githubusercontent.com/3367393/162211272-5fc176b0-25b2-4943-ab0b-0b1de2f0ebe0.png)

enhancement
00-type/task

# Description Interactive Tr as links should implement a focus feedback, for a better keyboard navigation experience

enhancement
00-type/task
area/a11y

https://www.radix-ui.com/docs/primitives/components/toast

enhancement
00-type/task
area/a11y
type/tech-task

# Goals - improve quality of components - secure PRs and review with tests - avoid regression # Background ## What we know - testing components with `@testing-library` ## What...

kind/proposal
prio