Skip to content

Commit 4bd26a6

Browse files
authored
Update README.md
1 parent 9e53809 commit 4bd26a6

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
## Table of contents
2828

2929
- [Quick start](#quick-start)
30+
- [Components](#components)
3031
- [Status](#status)
3132
- [What's included](#whats-included)
3233
- [Bugs and feature requests](#bugs-and-feature-requests)
@@ -94,6 +95,55 @@ npm install bootstrap
9495
import "bootstrap/dist/css/bootstrap.min.css";
9596
```
9697

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+
97147
## Status
98148

99149
[![Build Status](https://github.com/coreui/coreui-vue/workflows/JS%20Tests/badge.svg?branch=main)](https://github.com/coreui/coreui-vue/actions?query=workflow%3AJS+Tests+branch%3Amain)

0 commit comments

Comments
 (0)