feat: button loading, disabled(WIP), refactor to useButtonClasses, Spinner and vitest

This commit is contained in:
Alexandr
2022-07-01 15:10:23 +03:00
parent a36c3b6b65
commit bfb8cdfe67
20 changed files with 1166 additions and 135 deletions

View File

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