Skip to content

Missing children props inside BulletedList doc #2072

@Mil4n0r

Description

@Mil4n0r

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions