Skip to content

Commit

Permalink
feat(input-segments): add <SInputSegments>
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Oct 26, 2023
1 parent 52e301c commit 208a2cd
Show file tree
Hide file tree
Showing 7 changed files with 841 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ function sidebar(): DefaultTheme.SidebarItem[] {
{ text: 'SInputNumber', link: '/components/input-number' },
{ text: 'SInputRadios', link: '/components/input-radios' },
{ text: 'SInputSelect', link: '/components/input-select' },
{ text: 'SInputSegments', link: '/components/input-segments' },
{ text: 'SInputSwitch', link: '/components/input-switch' },
{ text: 'SInputTextarea', link: '/components/input-textarea' },
{ text: 'SInputYMD', link: '/components/input-ymd' },
Expand Down
Loading

0 comments on commit 208a2cd

Please sign in to comment.