@ausbom/body

Body is a collection of styles that apply to common content elements, these styles help users read page body content more easily.

Usage no npm install needed!

<script type="module">
  import ausbomBody from 'https://cdn.skypack.dev/@ausbom/body';
</script>

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>