1.16.0 • Published 7 months ago

@asphalt-react/crater v1.16.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 months ago

Crater

Crater is a container to wrap other components like form elements. Crater intentionally does not render any spaces. Sufficiently add padding to the children if you need to.

Usage

import Crater from "@asphalt-react/crater"

<Crater>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</Crater>

Props

children

React node to render inside the Crater

typerequireddefault
nodefalseN/A