Files
frontend-component-footer/README.md
2019-01-08 16:14:51 -05:00

1.4 KiB

frontend-component-footer

Build Status Coveralls npm_version npm_downloads license semantic-release

frontend-component-footer is a library containing a site footer component for use when building edX frontend applications.

Usage

To install frontend-component-footer into your project:

npm i --save @edx/frontend-component-footer

The component expects properties specifying the various URLs that are linked in the footer. See the sample app in src/index.jsx for an example of how the SiteFooter component can be specified.

Development

Start the dev server

npm i && npm start

Build the component.

npm run build