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
Prop
Description
Required
Value
children
child components to render
required
component(s)
Last updated
Was this helpful?