chore: Moved carousel link in sidebar and updated README.md

This commit is contained in:
Ilya Artamonov
2022-12-13 14:38:35 +03:00
parent 5c51b082ff
commit d5baf27eda
2 changed files with 3 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ module.exports = {
</tr> </tr>
<tr> <tr>
<td width="33.3333%">:construction: Footer</td> <td width="33.3333%">:construction: Footer</td>
<td width="33.3333%">:construction: Accordion</td> <td width="33.3333%">Accordion</td>
<td width="33.3333%">:construction: Sidebar</td> <td width="33.3333%">:construction: Sidebar</td>
</tr> </tr>
<tr> <tr>
@@ -259,7 +259,7 @@ module.exports = {
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="33.3333%">:construction: Carousel</td> <td width="33.3333%">Carousel</td>
<td width="33.3333%">Avatar</td> <td width="33.3333%">Avatar</td>
<td width="33.3333%">:construction: Rating</td> <td width="33.3333%">:construction: Rating</td>
</tr> </tr>

View File

@@ -42,6 +42,7 @@ function getComponents() {
{ text: 'Badge', link: 'components/badge/badge.md' }, { text: 'Badge', link: 'components/badge/badge.md' },
{ text: 'Button Group', link: '/components/buttonGroup/buttonGroup.md' }, { text: 'Button Group', link: '/components/buttonGroup/buttonGroup.md' },
{ text: 'Card', link: 'components/card/card.md' }, { text: 'Card', link: 'components/card/card.md' },
{ text: 'Carousel', link: 'components/carousel/carousel.md' },
{ text: 'Dropdown', link: '/components/dropdown/dropdown.md' }, { text: 'Dropdown', link: '/components/dropdown/dropdown.md' },
{ text: 'Progress', link: 'components/progress/progress.md' }, { text: 'Progress', link: 'components/progress/progress.md' },
{ text: 'Spinner', link: '/components/spinner/spinner.md' }, { text: 'Spinner', link: '/components/spinner/spinner.md' },
@@ -52,7 +53,6 @@ function getComponents() {
{ text: 'Modal', link: 'components/modal/modal.md' }, { text: 'Modal', link: 'components/modal/modal.md' },
{ text: 'Navbar', link: 'components/navbar/navbar.md' }, { text: 'Navbar', link: 'components/navbar/navbar.md' },
{ text: '- Carousel', link: 'components/carousel/carousel.md' },
{ text: '- Footer', link: 'components/footer/footer.md' }, { text: '- Footer', link: 'components/footer/footer.md' },
{ text: '- Pagination', link: 'components/pagination/pagination.md' }, { text: '- Pagination', link: 'components/pagination/pagination.md' },
{ text: '- Rating', link: 'components/rating/rating.md' }, { text: '- Rating', link: 'components/rating/rating.md' },