Wrapper

circle-info

This is a compound component.

API

This component extends the native <div>arrow-up-right API, for example, the title attribute.

Props
Type
Required

children

ReactNode

βœ…

layout

'list' | 'grid'

❌

listGap

number

❌

gridColumnsNumber

number

❌

gridRowGap

number

❌

gridColumnGap

number

❌

chevron-rightchildrenhashtag

The children in this case, because it is a compound component, should be the ones provided by this design system, listed before.

chevron-rightlayouthashtag

This prop controls the displayed layout

chevron-rightlistGaphashtag

Control the spacing in the lists.

chevron-rightgridColumnsNumberhashtag

Controls the amount of gridColumns.

chevron-rightgridRowGaphashtag

Controls the gap between each row.

chevron-rightgridColumnGaphashtag

Controls the gap between each column.

Last updated