22 lines
1.2 KiB
ReStructuredText
22 lines
1.2 KiB
ReStructuredText
frontend-component-header
|
|
=========================
|
|
|
|
|Build Status| |Codecov| |npm_version| |npm_downloads| |license| |semantic-release|
|
|
|
|
This is the standard Open 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 } }``
|
|
|
|
.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-component-header.svg?branch=master-edx
|
|
:target: https://travis-ci.org/edx/frontend-component-header
|
|
.. |Codecov| image:: https://img.shields.io/codecov/c/github/edx/frontend-component-header
|
|
:target: @edx/frontend-component-header
|
|
.. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-component-header.svg-edx
|
|
:target: @edx/frontend-component-header
|
|
.. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-component-header.svg-edx
|
|
:target: @edx/frontend-component-header
|
|
.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-component-header.svg-edx
|
|
:target: @edx/frontend-component-header
|
|
.. |semantic-release| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
|
|
:target: https://github.com/semantic-release/semantic-release
|