solid-libs / solid-bootstrap

SolidJS components for Bootstrap 5
https://solid-libs.github.io/solid-bootstrap/
MIT License
145 stars 6 forks source link

Enhanced Anchor tags from SolidStart #28

Closed birkskyum closed 1 year ago

birkskyum commented 1 year ago

When using i.e. the Nav.Link it uses "a" tags rather than the enhanced "A" tags from SolidStart which gives better client side rendering. Are there any ways I can opt into the A-tags?

edemaine commented 1 year ago

Did you try <Nav.Link as={A}>?

birkskyum commented 1 year ago

No, thanks, I'll try that!