rsuite / responsive-nav

A tab component based on rsuite nav enhancements
https://rsuite.github.io/responsive-nav/
MIT License
3 stars 10 forks source link

Support RSuite v5 :) #16

Closed yybawang closed 2 years ago

yybawang commented 3 years ago

I have compared rsuite v4 and v5 by myself, because of the different class names, this does not support v4 anymore :)

simonguo commented 2 years ago

hi @yybawang If you are using rsuite v5, please install @rsuite/responsive-nav@5.0.0

npm i @rsuite/responsive-nav@5.0.0

If you are using rsuite v4, please install @rsuite/responsive-nav@1.0.0,

npm i @rsuite/responsive-nav@1.0.0

If you want to fix bugs on the basis of rsuite v4, please submit the PR to the v1 branch.