twigs
twigs copied to clipboard
Themeable, Customisable and Fully Accessible React Component Library from SurveySparrow
**Describe the bug** When we are using dialogs.open, assume that confirmButtonProps onClick is a async func. Dialogs should not close until API call is done but currently its closing dialog...
Scroll bar not done
This pull request adds the following background colors for the Alert component: - **Success:** `$positive500` - **Info:** `$accent500` - **Warning:** `$warning500` - **Error:** `$negative600` The text color and icon will...
**Request for Review: Git Issue [#127 ]** Hi @akzhysparrow, **Issue Details:** - **Description:** Add support for passing position prop through `toast` hook - **Proposed Solution:** I have implemented a ``...
**Is your feature request related to a problem? Please describe.** Currently `toast` position is handled at `Toast` component. This prevents us having toast at different positions based on the toast...
- Introduced DialogHeader, DialogBody and DialogFooter components. - Introduced size variants for DialogTitle. - Removed default padding present on DialogContent - ⚠️ - Updated spacing between AlertDialog action buttons. -...