-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
Describe the bug
The props list for BulletedList is not showing the children component even though it is showing for the BulletedList.Item compound component, that is not correct and can easily be spotted if we see an usage example of the componen:
() => {
return (
<DxcInset space="2rem">
<DxcBulletedList type="number">
<DxcBulletedList.Item>Code</DxcBulletedList.Item>
<DxcBulletedList.Item>Usage</DxcBulletedList.Item>
<DxcBulletedList.Item>Specifications</DxcBulletedList.Item>
</DxcBulletedList>
</DxcInset>
);
}
To Reproduce
- Go into https://developer.dxc.com/halstack/next/components/bulleted-list/
- See the error.
Screenshots
