A wrapper that adds inner spacing around its child.
| Prop | Type | Description |
|---|---|---|
| children | React.Node | Accpets children to render |
| horizontal? | number | Horizontal padding in rems |
| vertical? | number | Vertical padding in rems |
| onClick? | () => void | Sets onClick method |
| className? | string | Sets class attribute |
| title? | string | CSS title attribute |
import { Padding } from "@brick-uikit/layout";