spark icon indicating copy to clipboard operation
spark copied to clipboard

✨ Simple, Modular & Accessible UI Components for your React Applications

Results 100 spark issues
Sort by recently updated
recently updated
newest added

For now on iOS, buttons can have 3 sizes : small, medium, large. According to [the specs](https://www.figma.com/file/0QchRdipAVuvVoDfTjLrgQ/Spark-Specs-and-Handoff?type=design&node-id=2340%3A22556&mode=design&t=UNxhKmbozzWikW1y-1), **small size should only be used on web so it should be removed**.

We discovered that we have incorrect icon sizes in our switch component. ![Image](https://github.com/adevinta/spark/assets/139337913/2e36f136-7d5c-402f-8621-4845d0917f4d) In [Web](https://sparkui.vercel.app/?path=/docs/components-switch--docs#sizes) we have 12px for the larger size and 10px for the smallest. AS seen we...

bug
component

Figma: [URL](https://www.figma.com/file/0QchRdipAVuvVoDfTjLrgQ/Spark-Specs-and-Handoff?type=design&node-id=8718-2815&mode=design&t=xpnfd4ER8kswXU3Z-11)

- [x] Chips - [x] Specs UI Kit - [x] ZeroHeight - [x] Figma UI Kit

Design review
chip

The main context of the Dropdown is getting too complicated. The logic of downshift should be moved into a dedicated hook to manage both single and multiple selection behaviour.

dropdown

Until know we set a fixed height on the dropdown items list with a scrollbar. But it's better if we display as many items as possible, and the popover is...

popover
dropdown

We received feedback regarding an a11y issue with the following components: - RadioButton unselected - Checkbox unselected - Switch unselected [Report slack](https://adevinta.slack.com/archives/C059UCP6B63/p1701094607874779) [Figma - Exploration](https://www.figma.com/file/epxpKoREcESdwiXgqJPzZY/Test-Spark?type=design&node-id=25-28129&mode=design&t=uhG1zglLoNwfH0EI-4) - [ ] Investigate the...

### Description Check please in iOS and Android that the "no count" version of the badge is 8px and not 12px as in Web [here](https://sparkui.vercel.app/?path=/docs/components-badge--docs#sizes)) ### Problem Statement/Justification the badge...

✅ ready