feat: add LoginForm and LoginDialog to component inventory
All checks were successful
Build & Publish / publish (push) Successful in 50s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-24 11:26:40 +01:00
parent ff4ba9bb91
commit a62b69b8e2
2 changed files with 62 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ const NAV_SECTIONS = [
{ label: 'FilterBar', href: '#filterbar' },
{ label: 'GroupCard', href: '#groupcard' },
{ label: 'LineChart', href: '#linechart' },
{ label: 'LoginDialog', href: '#logindialog' },
{ label: 'LoginForm', href: '#loginform' },
{ label: 'MenuItem', href: '#menuitem' },
{ label: 'Modal', href: '#modal' },
{ label: 'MultiSelect', href: '#multi-select' },