twigs
twigs copied to clipboard
Themeable, Customisable and Fully Accessible React Component Library from SurveySparrow
Critical issues are being shown in `npm audit`, these have to be fixed
Users should be able to pass custom component to the Link component. This will be helpful when using react-router link, next link etc. Preferred solution is ```tsx ```
Write unit tests for editor that covers all of the features of the Editor. It should cover - Adding / removing features using the `features` prop - Adding features like...
Currently `DropdownMenuContent` and `DropdownMenuSubContent` are added to body using portals. There may be cases where this can cause issues like when used within Modals. Add a prop to define a...
- Add more variant supports for split button - Add rounded variant to icon button - Fix bugs, update classnames used in button
- Add props to control whether actions button in dialogs close the dialog - Update docs to include props of default dialogs provided in dialogs manager
- Updated input styles - Add info element, counter side element - Update test case for textarea
- Add new selectable chip variants - Prop to add left and right side elements - Updated colors of existing variants - Updated test cases
- Updated line height of alert description based on size. - Updated border radius of alert based on size. - Updated spacing between icon and text based on size. -...
**Describe the bug** When `FormInput` is used in `VStack`, `FormInput` doesn't stretch too 100% width. **To Reproduce** Steps to reproduce the behavior: ``` {/* width: "100%" is pointless here */}...