mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Add pageSizeInputDisabled to story
This commit is contained in:
parent
734a5440ed
commit
30686ed431
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ export const Default = () => ({
|
||||||
false
|
false
|
||||||
),
|
),
|
||||||
pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false),
|
pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false),
|
||||||
|
pageSizeInputDisabled: boolean("Disable page size input (pageSizeInputDisabled)", false),
|
||||||
backwardText: text(
|
backwardText: text(
|
||||||
"The description for the backward icon (backwardText)",
|
"The description for the backward icon (backwardText)",
|
||||||
"Previous page"
|
"Previous page"
|
||||||
|
@ -49,6 +50,7 @@ export const Multiple = () => ({
|
||||||
false
|
false
|
||||||
),
|
),
|
||||||
pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false),
|
pageInputDisabled: boolean("Disable page input (pageInputDisabled)", false),
|
||||||
|
pageSizeInputDisabled: boolean("Disable page size input (pageSizeInputDisabled)", false),
|
||||||
backwardText: text(
|
backwardText: text(
|
||||||
"The description for the backward icon (backwardText)",
|
"The description for the backward icon (backwardText)",
|
||||||
"Previous page"
|
"Previous page"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue