@lendi/lendi-cms
v2.2.0
Published
CMS solution for repeatable Lendi copy
Downloads
63
Maintainers
Keywords
Readme
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 />
</>