Mooder

Results 11 comments of Mooder

Hey guys is there any updates on RTL mode? when i add dir rtl to the body the entire menu crushes @asmyshlyaev177

> Any update on the support for this? > > > So basically you wanna something like https://codesandbox.io/s/rtl-9r5dy?file=/src/index.tsx ? > > Can you re-upload the code since this sandbox is...

> > > Any update on the support for this? > > > > So basically you wanna something like https://codesandbox.io/s/rtl-9r5dy?file=/src/index.tsx ? > > > > > > > >...

> > > > > Any update on the support for this? > > > > > > So basically you wanna something like https://codesandbox.io/s/rtl-9r5dy?file=/src/index.tsx ? > > > >...

> This library also started very similar to `react-tabs-scrollable`, but more features I added harder it become to maintain, at some point I have to rewrite it from scratch. >...

yes i was facing the same issue so i moved to 10v of rc-tabs but the issue with it that in mobile you cant swipe tabs you are forced to...

> same question You can use this component I built it from scratch you can customize everything inside it. and I'm planing to add dropdown to it too like rc-tabs...

> @Mood-al could you give any example that how can we use react-tabs-scrollable along with rc-tabs Hmmmm i really forgot to add one but it's just a dropdown and you...

> @Mood-al i have added that scroll to rc-tabs > > ``` > export default function ReactScrollTabs(props) { > const [activeTab, setActiveTab] = useState(0) > console.log(props) > let propData =...

> > > @Mood-al i have added that scroll to rc-tabs > > > ``` > > > export default function ReactScrollTabs(props) { > > > const [activeTab, setActiveTab] =...