feature/add_tooltip_component

This commit is contained in:
hirakei1203
2022-10-16 23:06:02 +09:00
parent 3e8c834263
commit 66aa000808
9 changed files with 402 additions and 19 deletions

View File

@@ -47,6 +47,7 @@ function getComponents() {
{ text: 'ListGroup', link: 'components/listGroup/listGroup.md' },
{ text: 'Toast', link: 'components/toast/toast.md' },
{ text: 'Modal', link: 'components/modal/modal.md' },
{ text: 'Tooltip', link: 'components/tooltip/tooltip.md' },
{ text: '- Accordion', link: 'components/accordion/accordion.md' },
{ text: '- Carousel', link: 'components/carousel/carousel.md' },
@@ -58,7 +59,6 @@ function getComponents() {
{ text: '- Sidebar', link: 'components/sidebar/sidebar.md' },
{ text: '- Table', link: 'components/table/table.md' },
{ text: '- Timeline', link: 'components/timeline/timeline.md' },
{ text: '- Tooltip', link: 'components/tooltip/tooltip.md' },
]
}