File tree Expand file tree Collapse file tree 4 files changed +410
-43
lines changed
Expand file tree Collapse file tree 4 files changed +410
-43
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,15 @@ components:
3737- [ Vue2 date range picker] ( https://innologica.github.io/vue2-daterange-picker/ ) _ Note: Not WAI-ARIA
3838 compliant_
3939
40+ ### Color pickers
41+
42+ Alternatives to using [ ` <b-form-input type="color"> ` ] ( /docs/components/form-input#input-type ) (which
43+ is not natively supported by all browsers, nor supports alpha channels)
44+
45+ - [ vue-colorpicker] ( https://github.com/caohenghu/vue-colorpicker ) _ Note: Not WAI-ARIA compliant_
46+ - [ v-color] ( https://github.com/v-comp/v-color ) _ Note: Not WAI-ARIA compliant_
47+ - [ Verte] ( https://baianat.github.io/verte/ ) _ Note: Not WAI-ARIA compliant_
48+
4049### Type Ahead
4150
4251- [ Vue Bootstrap TypeAhead] ( https://github.com/alexurquhart/vue-bootstrap-typeahead ) _ Note: This
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ component (and variant purpose) where they are used. See the sections below for
2222
2323All the ** base variants** plus:
2424
25+ - ` white `
2526- ` transparent `
2627
2728These translate to class names ` bg-{variant} ` for backgrounds and ` border-{variant} ` for borders.
You can’t perform that action at this time.
0 commit comments