feat: button group

This commit is contained in:
Alexandr
2022-07-01 17:17:48 +03:00
parent f0cd1a8444
commit 9e76cdf938
6 changed files with 99 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ function buildSidebar() {
function getComponents() {
return [
{ text: 'Button', link: '/guide/button/button.md' },
{ text: 'Button Group', link: '/guide/buttonGroup/buttonGroup.md' },
{ text: 'Spinner', link: '/guide/spinner/spinner.md' },
]
}