|
46 | 46 | { label: 'Pagination', path: 'pagination' }, |
47 | 47 | { label: 'Pills', path: 'pills' }, |
48 | 48 | { label: 'Popovers', path: 'popovers' }, |
| 49 | + { label: 'Radios', path: 'radios' }, |
49 | 50 | { label: 'Reveals', path: 'reveals' }, |
50 | 51 | { label: 'Search', path: 'search' }, |
51 | 52 | { label: 'Selector Strips', path: 'selector-strips' }, |
|
62 | 63 | label: 'Custom Elements', |
63 | 64 | path: 'elements', |
64 | 65 | children: [ |
65 | | - { label: '<hx-accordion>', path: 'hx-accordion' }, |
66 | 66 | { label: '<hx-accordion-panel>', path: 'hx-accordion-panel' }, |
| 67 | + { label: '<hx-accordion>', path: 'hx-accordion' }, |
67 | 68 | { label: '<hx-alert>', path: 'hx-alert' }, |
68 | 69 | { label: '<hx-busy>', path: 'hx-busy' }, |
69 | 70 | { label: '<hx-checkbox>', path: 'hx-checkbox' }, |
|
82 | 83 | { label: '<hx-pill>', path: 'hx-pill' }, |
83 | 84 | { label: '<hx-popover>', path: 'hx-popover' }, |
84 | 85 | { label: '<hx-progress>', path: 'hx-progress' }, |
| 86 | + { label: '<hx-radio>', path: 'hx-radio' }, |
85 | 87 | { label: '<hx-reveal>', path: 'hx-reveal' }, |
86 | | - { label: '<hx-search>', path: 'hx-search' }, |
87 | 88 | { label: '<hx-search-assistance>', path: 'hx-search-assistance' }, |
| 89 | + { label: '<hx-search>', path: 'hx-search' }, |
| 90 | + { label: '<hx-select-control>', path: 'hx-select-control' }, |
| 91 | + { label: '<hx-select>', path: 'hx-select' }, |
88 | 92 | { label: '<hx-status>', path: 'hx-status' }, |
89 | 93 | { label: '<hx-tab>', path: 'hx-tab' }, |
90 | 94 | { label: '<hx-tabcontent>', path: 'hx-tabcontent' }, |
|
0 commit comments