Create button (#62)

This commit is contained in:
Adrian O.V
2023-06-05 23:34:52 -04:00
committed by GitHub
parent ae3a35816e
commit d98a6adfb3
6 changed files with 444 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ export default {
{ text: 'Pagination', link: '/components/pagination' },
{ text: 'Modal', link: '/components/modal' },
{ text: 'Dropdown Select', link: '/components/dropdown-select' },
{ text: 'Dropdown Button', link: '/components/dropdown-button' },
{ text: 'Project Card', link: '/components/project-card' },
{ text: 'Environment Indicator', link: '/components/environment-indicator' },
{ text: 'Categories', link: '/components/categories' },