2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

add accessibility documentation (#867)

This commit is contained in:
Jeff Sagal
2019-04-29 22:08:56 -07:00
committed by GitHub
parent ab99763981
commit 5492ee1126
6 changed files with 87 additions and 12 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
Vue Select utilizes child components throughout, and exposes an API to overwrite these components
with your own, using the `components` `{Object}` prop. When implementing the `components` prop in
your code, Vue Select merge it's default components with any keys that you set in the object.
### Prop: `components` `{Object}`
---
Your object will be merged with the object that is exported below:
Vue Select utilizes child components throughout, and exposes an API to overwrite these components
with your own, using the `components` `{Object}` prop. The object provided to the `components` prop
will be merged with Vue Select's default components.
<<< @/src/components/childComponents.js{4-7}