|
27 | 27 | ##Table of contents
|
28 | 28 |
|
29 | 29 | -[Quick start](#quick-start)
|
| 30 | +-[Components](#components) |
30 | 31 | -[Status](#status)
|
31 | 32 | -[What's included](#whats-included)
|
32 | 33 | -[Bugs and feature requests](#bugs-and-feature-requests)
|
@@ -94,6 +95,55 @@ npm install bootstrap
|
94 | 95 | import"bootstrap/dist/css/bootstrap.min.css";
|
95 | 96 | ```
|
96 | 97 |
|
| 98 | +##Components |
| 99 | + |
| 100 | +-[Vue Accordion](https://coreui.io/vue/docs/components/accordion.html) |
| 101 | +-[Vue Alert](https://coreui.io/vue/docs/components/alert.html) |
| 102 | +-[Vue Avatar](https://coreui.io/vue/docs/components/avatar.html) |
| 103 | +-[Vue Badge](https://coreui.io/vue/docs/components/badge.html) |
| 104 | +-[Vue Breadcrumb](https://coreui.io/vue/docs/components/breadcrumb.html) |
| 105 | +-[Vue Button](https://coreui.io/vue/docs/components/button.html) |
| 106 | +-[Vue Button Group](https://coreui.io/vue/docs/components/button-group.html) |
| 107 | +-[Vue Callout](https://coreui.io/vue/docs/components/callout.html) |
| 108 | +-[Vue Card](https://coreui.io/vue/docs/components/card.html) |
| 109 | +-[Vue Carousel](https://coreui.io/vue/docs/components/carousel.html) |
| 110 | +-[Vue Checkbox](https://coreui.io/vue/docs/forms/checkbox.html) |
| 111 | +-[Vue Close Button](https://coreui.io/vue/docs/components/close-button.html) |
| 112 | +-[Vue Collapse](https://coreui.io/vue/docs/components/collapse.html) |
| 113 | +-[Vue Date Picker](https://coreui.io/vue/docs/forms/date-picker.html)**PRO** |
| 114 | +-[Vue Date Range Picker](https://coreui.io/vue/docs/forms/date-range-picker.html)**PRO** |
| 115 | +-[Vue Dropdown](https://coreui.io/vue/docs/components/dropdown.html) |
| 116 | +-[Vue Floating Labels](https://coreui.io/vue/docs/forms/floating-labels.html) |
| 117 | +-[Vue Footer](https://coreui.io/vue/docs/components/footer.html) |
| 118 | +-[Vue Header](https://coreui.io/vue/docs/components/header.html) |
| 119 | +-[Vue Image](https://coreui.io/vue/docs/components/image.html) |
| 120 | +-[Vue Input](https://coreui.io/vue/docs/forms/input.html) |
| 121 | +-[Vue Input Group](https://coreui.io/vue/docs/forms/input-group.html) |
| 122 | +-[Vue List Group](https://coreui.io/vue/docs/components/list-group.html) |
| 123 | +-[Vue Loading Button](https://coreui.io/vue/docs/components/loading-button.html)**PRO** |
| 124 | +-[Vue Modal](https://coreui.io/vue/docs/components/modal.html) |
| 125 | +-[Vue Multi Select](https://coreui.io/vue/docs/forms/multi-select.html)**PRO** |
| 126 | +-[Vue Navs & Tabs](https://coreui.io/vue/docs/components/navs-tabs.html) |
| 127 | +-[Vue Navbar](https://coreui.io/vue/docs/components/navbar.html) |
| 128 | +-[Vue Offcanvas](https://coreui.io/vue/docs/components/offcanvas.html) |
| 129 | +-[Vue Pagination](https://coreui.io/vue/docs/components/pagination.html) |
| 130 | +-[Vue Placeholder](https://coreui.io/vue/docs/components/placeholder.html) |
| 131 | +-[Vue Popover](https://coreui.io/vue/docs/components/popover.html) |
| 132 | +-[Vue Progress](https://coreui.io/vue/docs/components/progress.html) |
| 133 | +-[Vue Radio](https://coreui.io/vue/docs/forms/radio.html) |
| 134 | +-[Vue Range](https://coreui.io/vue/docs/forms/range.html) |
| 135 | +-[Vue Select](https://coreui.io/vue/docs/forms/select.html) |
| 136 | +-[Vue Sidebar](https://coreui.io/vue/docs/components/sidebar.html) |
| 137 | +-[Vue Smart Pagination](https://coreui.io/vue/docs/components/smart-pagination.html)**PRO** |
| 138 | +-[Vue Smart Table](https://coreui.io/vue/docs/components/smart-table.html)**PRO** |
| 139 | +-[Vue Spinner](https://coreui.io/vue/docs/components/spinner.html) |
| 140 | +-[Vue Switch](https://coreui.io/vue/docs/forms/switch.html) |
| 141 | +-[Vue Table](https://coreui.io/vue/docs/components/table.html) |
| 142 | +-[Vue Textarea](https://coreui.io/vue/docs/forms/textarea.html) |
| 143 | +-[Vue Time Picker](https://coreui.io/vue/docs/forms/time-picker.html)**PRO** |
| 144 | +-[Vue Toast](https://coreui.io/vue/docs/components/toast.html) |
| 145 | +-[Vue Tooltip](https://coreui.io/vue/docs/components/tooltip.html) |
| 146 | + |
97 | 147 | ##Status
|
98 | 148 |
|
99 | 149 | [](https://github.com/coreui/coreui-vue/actions?query=workflow%3AJS+Tests+branch%3Amain)
|
|