|
10 | 10 | <p align="center"><img src="https://github.com/bootstrap-vue/bootstrap-vue/raw/master/banner.png"></p>
|
11 | 11 |
|
12 | 12 | # Getting started
|
13 |
| -Please head to [Official Docs Website](https://bootstrap-vue.github.io) for setup guide, examples and more docs. |
| 13 | +Please head to [Official Docs Website](https://bootstrap-vue.github.io) for setup guide, examples and documentation. |
14 | 14 |
|
15 | 15 | # Current included stable components
|
16 | 16 |
|
17 |
| -- Alerts |
18 |
| -- Breadcrumb |
19 |
| -- Buttons |
20 |
| -- Button group |
21 |
| -- Dropdowns |
22 |
| -- Form Inputs |
23 |
| -- Form Radio |
24 |
| -- Form Checkbox |
25 |
| -- Form Select |
26 |
| -- Nav |
27 |
| -- NavBar |
28 |
| -- Pagination |
29 |
| -- Tables (with pagination and custom rendering support) |
| 17 | +- [Alerts](https://bootstrap-vue.github.io/docs/components/alerts) |
| 18 | +- [Breadcrumb](https://bootstrap-vue.github.io/docs/components/breadcrumb) |
| 19 | +- [Buttons](https://bootstrap-vue.github.io/docs/components/buttons) |
| 20 | +- [Button group](https://bootstrap-vue.github.io/docs/components/button-group) |
| 21 | +- [Dropdowns](https://bootstrap-vue.github.io/docs/components/dropdowns) |
| 22 | +- [Form Inputs](https://bootstrap-vue.github.io/docs/components/form-inputs) |
| 23 | +- [Form Radio](https://bootstrap-vue.github.io/docs/components/form-radio) |
| 24 | +- [Form Checkbox](https://bootstrap-vue.github.io/docs/components/form-checkbox) |
| 25 | +- [Form Select](https://bootstrap-vue.github.io/docs/components/form-select) |
| 26 | +- [Nav](https://bootstrap-vue.github.io/docs/components/nav) |
| 27 | +- [NavBar](https://bootstrap-vue.github.io/docs/components/navbar) |
| 28 | +- [Pagination](https://bootstrap-vue.github.io/docs/components/pagination) |
| 29 | +- [Popover](https://bootstrap-vue.github.io/docs/components/popover) |
| 30 | +- [Tables](https://bootstrap-vue.github.io/docs/components/tables) (with pagination and custom rendering support) |
30 | 31 |
|
31 |
| -Actually [many more components](https://github.com/bootstrap-vue/bootstrap-vue/tree/master/components) are also implemented, but they are still under development, so if you relly need them, feel free to explore and use and making pull requestes so anyone else can use them earlier ;) |
| 32 | +Additionally, [many more components](https://github.com/bootstrap-vue/bootstrap-vue/tree/master/components) are available, but they are still under development. If you really need to use them, feel free to experiment and submit pull requests to benefit other users of this package. |
32 | 33 |
|
33 | 34 | # Supported versions
|
34 |
| -Both vue 2 and bootstrap 4 are changing so fast, specially bootstrap 4 is still in *alpha* stage. We keep trying to stay up to date with latest changes. currently this versions are officially tested and supported: |
| 35 | +Both Vue v2 and Bootstrap v4 are changing so fast, specifically Bootstrap 4 is still in *alpha* stage. We do our best to stay up-to-date with the latest changes. Currently these versions are officially tested and supported: |
35 | 36 |
|
36 | 37 | Package | Compatible Version
|
37 | 38 | ----------|---------------------
|
38 |
| -Vue js | 2.1.7 |
| 39 | +Vue js | 2.1.7 |
39 | 40 | Bootstrap | 4.0.0-alpha.5
|
40 | 41 | Webpack | 2.2.0-rc.2
|
41 | 42 |
|
|
0 commit comments