mukul-turing
mukul-turing
In response to issue #2358, this correction introduces a "type" property to buttons, defaulting to "button." This modification prevents the default form submission behaviour when a `` element is contained...
In response to issue https://github.com/shadcn-ui/ui/issues/2386, this correction introduces an external link icon button in the ComponentPreview component's Code tab, alongside the copy icon button. This button will redirect the user...
This pull request addresses the concern raised in issue https://github.com/shadcn-ui/ui/issues/2440. The problem at hand involves unwanted page zooming on iOS devices when the carousel's previous and next buttons are tapped...
In response to issue https://github.com/shadcn-ui/ui/issues/1047, this PR introduces a new component `InputWithIcon`. This component allows us append an icon either in leading or trailing of input component. ### Trailing Icon...
This pull request resolves the issue outlined in https://github.com/shadcn-ui/ui/issues/1054. A new component, `CodeBlock`, has been introduced. The implementation utilizes react-syntax-highlighter with the `hls.js` style. All the features supported by the...