Cyan Xiao

Results 7 issues of Cyan Xiao

### Describe the bug When trying to uncheck an animated & checked switch component, the animation looks weird. My guess is that the `left` and `width` of `StyledSwitchCircle` do not...

bug
fixed: pending release

### Describe the bug Some route buttons are hiding behind others: ![hiding](https://us1.myximage.com/2022/07/13/8ec4258427142709bbeec1366a6b5477.png) Some are out of the viewport: ![hiding](https://us1.myximage.com/2022/07/13/a8e48e1a3ac776e713b0f7a5dd847359.png) ### Your Example Website or App nextui.org ### Steps to Reproduce...

bug

### Describe the bug Card component shadows are cropped in doc live previews. **Only in Safari**. A possible solution would be adding `css = {{ overflow: "visible" }}` to `Card`...

bug
fixed: pending release

Closes #543 ## 📝 Description Updating `` component can be a usual action, as mentioned in #543. However, `` does not update synchronically with ``, which results in two bugs:...

reviewing

## 📝 Description > Add a brief description Original backdrop didn't perform transition or animation when it shows up. I did find that there are some transition codes in `StyledBackdropLayer`...

reviewing

Don't know whether this is on purpose or not - DOCS button links to https://metalsmith.io/#welcome while there exists a page for docs (https://metalsmith.io/docs). Besides, Get Started button also directing to...

`section.doc` is an extemely large DOM. It affects rendering time and readability. Maybe we can truncate it by section and load it into different pages (maybe visibility controlled by JS...