# Usage

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

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

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

## Props

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