taroj1205

Results 14 issues of taroj1205

Closes #990 ## Description Add `Tree` component ## New behavior This adds a new component `Tree`. ## Is this a breaking change (Yes/No): No ## Additional Information - [x] Add...

### Which package has an issue? @yamada-ui/react ### Package Version 1.4.9 ### Description If `` is in the `, it re-renders every time it is clicked. This is due to...

triage

### Provide the exact quote of the error or issue The "Change the offset" section in the `Float` component documentation is showing `variant is not defined` error. https://yamada-ui.com/components/layouts/float#change-the-offset ![Image](https://github.com/user-attachments/assets/b54de586-6d86-44e9-81dd-b37075b81bc6) ###...

bug
documentation
help wanted
good first issue

### Which package has an issue? @yamada-ui/react ### Package Version 1.7.6 ### Description When I set `` to be ``, I expect to have onSubmit to have `FormEvent` but it...

triage

Closes #3425 ## Description I have replaced `notice` to use `sonner` instead of `motion`. ## Current behavior (updates) It previously used `motion`. ## New behavior It wraps `sonner` which has...

### Description We should implement QR Code component which displays a QR Code for a given input. ```tsx ``` ### Problem Statement/Justification We don't have a QR Code component. ###...

enhancement

### Description By using `@starting-style` and `:popover-open`, we can add entering and exiting animations to `NativePopover` as shown in https://developer.mozilla.org/en-US/docs/Web/API/Popover_API/Using#transitioning_a_popover. ### Problem Statement/Justification The `NativePopover` is not animated. ### Proposed...

enhancement
triage

Closes #5498 ## Description I have added documentation to `NativePopover` and updated a close trigger storybook to match others. ## Current behavior (updates) ## New behavior ## Is this a...

Closes # ## Description I have enabled turborepo cache to all scripts. ## Current behavior (updates) ## New behavior ## Is this a breaking change (Yes/No): It will now try...

Closes #5152 ## Description I have added `repeat` props for repeating children. ## Current behavior (updates) ## New behavior Adds a new `repeat` prop. ## Is this a breaking change...