1.4 KiB
1.4 KiB
frontend-component-footer
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