@atlaskit/item

A generic item component to be used within other components

Usage no npm install needed!

<script type="module">
  import atlaskitItem from 'https://cdn.skypack.dev/@atlaskit/item';
</script>

README

Item

YOU SHOULD ALMOST DEFINITELY NOT BE USING THIS COMPONENT DIRECTLY

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.

Installation

yarn add @atlaskit/item

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.