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

Adds story for component InserterListItem. #68403

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Refactor: Edit descriptions for classname, isFirst and item fields.
  • Loading branch information
Anuj-Rathore24 committed Dec 30, 2024
commit df5a12c94942f59e71fd782e80b5fc0555225873
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ const meta = {
argTypes: {
classname: {
control: 'text',
description: 'Title to display in the header.',
description: 'Additional CSS class to apply to the list item..',
table: {
type: { summary: 'string' },
},
},
isFirst: {
control: 'boolean',
description: 'Text to display at the bottom of the header.',
description: 'Indicates whether this is the first item in its row.',
table: {
type: { summary: 'boolean' },
},
},
item: {
control: 'object',
description:
'Array of actions to display in the header as a row of buttons.',
'The block or pattern item to display. Should include properties like `id`, `title`, `icon`, `initialAttributes`, and `innerBlocks`.',
table: {
type: { summary: 'object' },
},
Expand Down
Loading