2.2.0 • Published 4 years ago

@lendi/lendi-cms v2.2.0

Weekly downloads
201
License
ISC
Repository
-
Last release
4 years ago

lendi-cms

A library which contains repeatable copy to be used throughout Lendi sites.

Available exports

  • EConsent

Usage

All copy is exported via basic React components and can be imported as per this example:

import { EConsent } from '@lendi/lendi-cms';
import { LegalStuff } from '@lendi/lendi-cms';

...

<>
  <EConsent />
  <LegalStuff />
</>