frappe / frappe-ui

A set of components and utilities for rapid UI development
https://frappeui.com
MIT License
256 stars 109 forks source link

Tabs component: support using router links #158

Open lmiller1990 opened 3 months ago

lmiller1990 commented 3 months ago

Hi,

I'd like the Tabs component to support using <router-link>, not just <button>, so each tab can be a nested route. I can implement this if there is interested.

Thanks for the lib!