Replies: 1 comment 2 replies
-
Use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example in in this code:
<BottomNav {activeUrl} position="absolute" classInner="grid-cols-4 md:hidden" classActive="font-bold text-green-600 hover:text-primary-200" > <BottomNavItem btnName="Home" href="/" > <HomeSolid /> </BottomNavItem> <BottomNavItem btnName="Quickstart" href="/docs/pages/quickstart"> <WalletSolid /> </BottomNavItem> <BottomNavItem btnName="BottomNav" href="/docs/components/bottom-navigation"> <AdjustmentsVerticalOutline /> </BottomNavItem> <BottomNavItem btnName="Accordion" href="/docs/components/accordion"> <UserCircleSolid /> </BottomNavItem> </BottomNav>
with changing the hover:text in classinner only the icons color will change, and the spans text from btnName remains the same
Beta Was this translation helpful? Give feedback.
All reactions