🌐 AI搜索 & 代理 主页
Skip to content

Commit 01ae8df

Browse files
authored
docs(b-overlay): add additional usage examples (#4923)
Co-authored-by: Jacob Müller
1 parent 7fd9e63 commit 01ae8df

File tree

4 files changed

+410
-43
lines changed

4 files changed

+410
-43
lines changed

docs/markdown/misc/third-party/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/markdown/reference/color-variants/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ component (and variant purpose) where they are used. See the sections below for
2222

2323
All the **base variants** plus:
2424

25+
- `white`
2526
- `transparent`
2627

2728
These translate to class names `bg-{variant}` for backgrounds and `border-{variant}` for borders.

0 commit comments

Comments
 (0)