Robert Raposa 045e28d0ef feat(analytics): add track events for links
- Add required prop for handleAllTrackEvents.
- Add EVENT_NAMES to help support event overrides.

BREAKING CHANGE: New required prop handleAllTrackEvents.
2019-01-22 11:37:37 -05:00
2019-01-02 15:14:35 -05:00

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
Description
No description provided
Readme AGPL-3.0 103 MiB
Languages
JavaScript 93.1%
SCSS 3.3%
Makefile 3%
HTML 0.6%