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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user