tabs
tabs copied to clipboard
React Tabs
At usage section in readme, users can import TabPanel from rc-tabs, but there is not “export TabPanel” in source code. If users import TabPanel, they will get undefined!
[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive.
I'd say the transition on `inkBar` is fantastic, but is there any way I can disable it for the initial mount? Currently, it will transition to full width from `0`...
onWheel should be a passive listener so it does not significantly slow down scrolling. It also resolves issue #425 such that Chrome does not log a message to the console:...
I just created a new react app with the latest version of npm and tried using rc-tabs, but they don't work. There's no error, they just don't appear and there's...
I don't mean a right vertical menu, I mean like this: I've played around with the CSS to no avail.
add the conversion of line number to pixel value when the scroll value is line number in the wheel event related issue: [Tabs scroll slowly in firefox some version such...
## Platform - OS: windows 11 - browser: firefox 72.0 ## code ```typescript import React, { useState } from 'react'; import type { RadioChangeEvent } from 'antd'; import { Radio,...
IMO, the `key` type will make more sense as React.Key. Since I have not read the codebase throughly, maybe the `key` is string for a reason. If so, feel free...
### Reproduction link [](https://codesandbox.io/s/ji-ben-antd-5-3-0-forked-5bh2bh?file=/demo.tsx) ### Steps to reproduce 当key值不符合document.querySelector语法时错误  | Environment | Info | | --- | --- | | rc-tabs| 12.5.7 | | React | 18.0.2...