Item
This is a generic Item component, designed to be composed declaratively into other components.
Item is generally a layout component, concerned with visual presentation of the content provided via props.
Extending Item behaviour
If you need the Item component to have additional behaviour, it is recommended that you wrap Item in a higher-order component.
Item theming
The default Item component has a default theme, which you can override using the styled-components ThemeProvider component.
For details on how to do this, take a look at the ItemThemeDemo story for this component.
Try it out
Interact with a live demo of the @atlaskit/item component.
Installation
npm install @atlaskit/item
* Please note that this module could have dependencies that are governed by the Atlassian Design Guidelines license which will be automatically included on install. Each dependency has a license file that indicates whether the Atlassian Design Guidelines license applies.
We're here to help!
Let us know what you think of our components and docs, your feedback is really important for us.
Are you in trouble? Read through our contribution guidelines and raise an issue to us.