@ausbom/body
v0.3.12
Published
> Body is a collection of styles that apply to common content elements. These styles help make page content easier to read.
Downloads
183
Keywords
Readme
@ausbom/body
Body is a collection of styles that apply to common content elements. These styles help make page content easier to read.
Installation
npm install @ausbom/body
Usage
import Body from '@ausbom/body'
import React from 'react'
<Body>
<h2>My article</h2>
<p>Your rich text here</p>
</Body>