diff --git a/.gitignore b/.gitignore index 9a26ba7..10a258a 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,3 @@ jspm_packages/ .pnp.* .idea - -# -package-lock.json \ No newline at end of file diff --git a/.node-version b/.node-version index 357607e..ef1c2f6 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.6.2 +16.6.2 \ No newline at end of file diff --git a/README.md b/README.md index 9736ccb..f58a04a 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ module.exports = {
| Alerts | -:construction: Badge | -:construction: Breadcrumbs | +Badge | +Breadcrumbs |
| @@ -94,12 +94,12 @@ module.exports = { |
-
+
|
-
+
|
@@ -107,7 +107,7 @@ module.exports = {
||
| Buttons | Button group | -:construction: Cards | +Cards | |
| @@ -121,7 +121,7 @@ module.exports = { |
-
+
|
@@ -138,7 +138,7 @@ module.exports = {
-
+
|
@@ -150,7 +150,7 @@ module.exports = {
||
| :construction: Typography | -:construction: Modal | +Modal | Tabs | |
-
+
|
@@ -171,40 +171,40 @@ module.exports = {
||||
| :construction: Navbar | +Navbar | :construction: Pagination | :construction: Timeline | |
-
+
|
-
+
|
-
+
|
||
| :construction: Progress bar | +Progress bar | :construction: Tables | Toast | |
-
+
|
-
+
|
@@ -221,7 +221,7 @@ module.exports = {
|||
-
+
|
@@ -243,39 +243,39 @@ module.exports = {
||||
-
+
|
-
+
|
-
+
|
||
| :construction: Carousel | -:construction: Avatar | +Avatar | :construction: Rating | |
-
+
|
-
+
|
-
+
|
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index 476dfae..b52fef6 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -42,19 +42,19 @@ function getComponents() {
{ text: 'Button Group', link: '/components/buttonGroup/buttonGroup.md' },
{ text: 'Card', link: 'components/card/card.md' },
{ text: 'Dropdown', link: '/components/dropdown/dropdown.md' },
+ { text: 'Progress', link: 'components/progress/progress.md' },
{ text: 'Spinner', link: '/components/spinner/spinner.md' },
{ text: 'Tabs', link: '/components/tabs/tabs.md' },
{ 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: 'Modal', link: 'components/modal/modal.md' },
+ { text: 'Navbar', link: 'components/navbar/navbar.md' },
{ text: '- Accordion', link: 'components/accordion/accordion.md' },
{ text: '- Carousel', link: 'components/carousel/carousel.md' },
{ text: '- Footer', link: 'components/footer/footer.md' },
- { text: '- Navbar', link: 'components/navbar/navbar.md' },
{ text: '- Pagination', link: 'components/pagination/pagination.md' },
- { text: '- Progress', link: 'components/progress/progress.md' },
{ text: '- Rating', link: 'components/rating/rating.md' },
{ text: '- Sidebar', link: 'components/sidebar/sidebar.md' },
{ text: '- Table', link: 'components/table/table.md' },
diff --git a/docs/components/navbar/examples/NavbarActionButtonExample.vue b/docs/components/navbar/examples/NavbarActionButtonExample.vue
new file mode 100644
index 0000000..1b63d8b
--- /dev/null
+++ b/docs/components/navbar/examples/NavbarActionButtonExample.vue
@@ -0,0 +1,25 @@
+
+