README
@ausbom/body
Body is a collection of styles that apply to common content elements, these styles help users read page body content more easily.
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>