@cfware/footer
v0.1.4
Published
Basic page footer element
Downloads
7
Maintainers
Readme
@cfware/footer
Basic page footer element
Install @cfware/footer
npm i @cfware/footer
Usage
Import to your application:
import '@cfware/footer';
Use to create a footer element:
<div>Content panel flexed to fill container</div>
<cfware-footer>Copyright © 2019 Me</cfware-footer>
Running tests
Testing is provided by ava and xo.
npm install
npm test