Skip to content

Commit

Permalink
Merge pull request #5079 from nextcloud-libraries/fix/nc-checkbox-rad…
Browse files Browse the repository at this point in the history
…io-switch--docs

chore(docs): correct list types values for styleguidist in NcCheckboxRadioSwitch
  • Loading branch information
raimund-schluessler committed Jan 16, 2024
2 parents 91c44a3 + 9d65289 commit 47f7498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit 47f7498

Please sign in to comment.