Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): correct list types values for styleguidist in NcCheckboxRadioSwitch #5079

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ export default {
*
* Only use button when used in a `tablist` container and the
* `tab` role is set.
*
* @type {'checkbox'|'radio'|'switch'|'button'}
*/
type: {
type: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ export default {
*
* Only use button when used in a `tablist` container and the
* `tab` role is set.
*
* @type {'checkbox'|'radio'|'switch'|'button'}
*/
type: {
type: String,
Expand All @@ -383,7 +385,8 @@ export default {
/**
* Are the elements are all direct siblings?
* If so they will be grouped horizontally or vertically
* Possible values are `no`, `horizontal`, `vertical`.
*
* @type {'no'|'horizontal'|'vertical'}
*/
buttonVariantGrouped: {
type: String,
Expand Down