# Usage

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

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

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

## Props

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