Shadcn Library
Shadcn-style prototype library built on Proto UI Base
This page is a focused showcase for shadcn-style prototypes. For now, it includes button, toggle, switch, tabs, hover-card, and a single-layer dropdown-menu.
Shadcn-style prototype library built on Proto UI Base
This page is a focused showcase for shadcn-style prototypes. For now, it includes button, toggle, switch, tabs, hover-card, and a single-layer dropdown-menu.
<wc-shadcn-tabs-root default-value="account">
<wc-shadcn-tabs-list>
<wc-shadcn-tabs-trigger value="account">Account</wc-shadcn-tabs-trigger>
<wc-shadcn-tabs-trigger value="password">
<wc-shadcn-button>Password</wc-shadcn-button>
</wc-shadcn-tabs-trigger>
<wc-shadcn-tabs-trigger value="billing" disabled>Billing</wc-shadcn-tabs-trigger>
</wc-shadcn-tabs-list>
<wc-shadcn-tabs-content value="account">Make changes to your account here.</wc-shadcn-tabs-content>
<wc-shadcn-tabs-content value="password">Change your password here.</wc-shadcn-tabs-content>
<wc-shadcn-tabs-content value="billing">Billing tab is disabled in this preview.</wc-shadcn-tabs-content>
</wc-shadcn-tabs-root>