Prose

Demos

Default

import { Prose } from 'marketing-ui'

function Demo() {
  return (
    <Prose>
      <p>
        <strong>Pine? We’ve got you covered. Winter? Bring it on.</strong>{' '}
        With crystal-clear visibility and reliable performance, you'll stay safe
        through every snowy morning and icy night.
      </p>
      <p>
        Our ready-to-use winter windshield cleaner is delivered in a bold
        5-liter pack full of pine power, engineered for:
      </p>
      <ul>
        <li>Streak-free, crystal-clear visibility</li>
        <li>Reliable performance in freezing temperatures</li>
        <li>A fresh, natural pine scent</li>
      </ul>
    </Prose>
  )
}

export default Demo

Props