spark
spark copied to clipboard
✨ Simple, Modular & Accessible UI Components for your React Applications
### Description, Motivation and Context Added `animate()` and `useAnimate()` to trigger Spark animation (tailwind classes) programatically. Why: When trigerring an animation (adding a class), it is then not possible to...
### Description ## Summary: `Select` currently exposes `onValueChange` but not `onBlur`. Many form libraries (React Hook Form, TanStack Form, etc.) rely on `onBlur` to mark fields as touched and trigger...
### Description We decided to move from RadixUI/react-aria/zagjs to either Base-UI or custom made components. Here is the migration order I suggest: ## Components with knows bugs/issues - [ ]...
### Description The onLoad or onError events used on Avatar.Image to reveal the image or hide a broken image are never triggered when using an image retrieved from server-side-rendering. A...
### Description When you click on the Trigger zone you will also trigger onInteractOutside action which could make sense but make it difficult to control open/close modal on button +...
### Description, Motivation and Context When `Stepper` inits with empty value and min|max values are set to limit accepted range to strictly positive or negative values, we shouldn't allow increment|decrement...