halstack-react icon indicating copy to clipboard operation
halstack-react copied to clipboard

Missing `children` props inside `BulletedList` doc

Open Mil4n0r opened this issue 1 year ago • 1 comments

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

  1. Go into https://developer.dxc.com/halstack/next/components/bulleted-list/
  2. See the error.

Screenshots

image

Mil4n0r avatar Aug 13 '24 06:08 Mil4n0r

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!

github-actions[bot] avatar Aug 13 '24 06:08 github-actions[bot]