Skip to content

Commit

Permalink
Merge pull request #1784 from Kajabi/add-list-item
Browse files Browse the repository at this point in the history
[DSS-403] List - Adds List Item Subcomponent
  • Loading branch information
anechol authored Aug 14, 2023
2 parents 4dcce7d + c9a74ef commit 42e3cec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sage-react/lib/List/List.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default {
},
},
},
subcomponents: {
'List.Item': ListItem,
},
argTypes: {
...selectArgs({
dragHandleType: List.DRAG_HANDLE_TYPES,
Expand Down

0 comments on commit 42e3cec

Please sign in to comment.