Skip to content

Mashal-m/frontend-component-header-edx

 
 

Repository files navigation

frontend-component-header-edx

npm_version npm_downloads license

This is the standard edX header for use in React applications. It has two exports:

  • default: The Header Component
  • messages: for i18n in the form of { locale: { key: translatedString } }

Usage

import Header, { messages } from '@edx/frontend-component-header-edx';

Development

  • Install requirements npm install
  • Install peer dependencies npm install @edx/frontend-analytics @edx/frontend-base @edx/frontend-i18n prop-types react
  • Start the example server npm start
  • Visit http://localhost:1234

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.7%
  • SCSS 5.1%
  • Makefile 3.8%
  • HTML 0.4%