bpk-component-paragraph-css

Backpack paragraph component.

Usage no npm install needed!

<script type="module">
  import bpkComponentParagraphCss from 'https://cdn.skypack.dev/bpk-component-paragraph-css';
</script>

README

bpk-component-paragraph

Backpack paragraph component.

Installation

npm install bpk-component-paragraph --save-dev

Usage

import React from 'react';
import BpkParagraph from 'bpk-component-paragraph';

export default () => (
  <BpkParagraph>My paragraph content.</BpkParagraph>
)

Props

Property PropType Required Default Value
children node true -
className string false null