Resource list
Props
Name | Type | Default | Description |
---|
bg | string | accents.light.0 | --- |
label | string | --- | --- |
maxWidth | string | --- | --- |
items | object[] | --- | --- |
type | string | --- | --- |
Usage
<ResourceList
label='On this page'
maxWidth='30rem'
items={resourceListItems}
/>
Secondary style
<ResourceList
label='Related pages'
maxWidth='30rem'
items={resourceListItems}
bg='transparent'
type='secondary'
/>