@cfware/footer

Basic page footer element

Usage no npm install needed!

<script type="module">
  import cfwareFooter from 'https://cdn.skypack.dev/@cfware/footer';
</script>

README

@cfware/footer

Travis CI Greenkeeper badge NPM Version NPM Downloads MIT

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