halstack-react
halstack-react copied to clipboard
Missing `children` props inside `BulletedList` doc
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
Thank you for opening an issue! 🚀
Our team will review it as soon as possible. In the meantime, please make sure that you've provided all the necessary details to help us understand and address the issue effectively.
Feel free to contribute and participate in discussions!