# Usage

`<Sticky />` is used for wrapping child nodes in an sticky-positioned Box.

`import { Sticky } from "aptible-design-kit"`

```jsx
<Sticky>
  {children}
</Sticky>
```

## Props

Sticky props extend `React.HTMLProps<HTMLDivElement>` via `BoxProps`, therefore
any valid attributes for an HTML `div` element are accepted as props.
