T
TanStack2y ago
conscious-sapphire

Removing `<Link />` styling

Is there a way to fully remove any default <Link /> styling? The styling in our app is handled by Mantine's NavLink component. Wondering if there's a default way of removing styling or passing something like unstyled to the Link component. Thanks!
2 Replies
continuing-cyan
continuing-cyan2y ago
Link has no styles It’s just an a tag
conscious-sapphire
conscious-sapphireOP2y ago
Gotcha, ok. Thanks, Tanner!

Did you find this page helpful?