Article

The article component is a simple wrapper for laying out text-based content like a blog post. This is used on the Privacy and Terms pages.

Preview

Code

<Article>
 ...props.children
</Article>

Props

PropDescriptionRequiredValue

children

child components to render

required

component(s)

Last updated