# Usage

`<Portal />` creates and appends a DOM node to the end of document.body and renders a React tree into it. Portal uses [@reach-ui/portal](https://reacttraining.com/reach-ui/portal).

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

```jsx
<Portal>{...}</Portal>
```

## Props

| Prop | Type | Required | Default Value | Description |
|:--- |:--- |:--- |:--- |:--- |
| children | ReactNode | Yes | null | Child node |
