React library for displaying the header and footer in all dictyBase web applications

dicty-components-header-footer

This is a React library for displaying the header and footer in all dictyBase web applications.

Install

yarn add dictyBase/dicty-components-header-footer

For a particular version(checks tags/release first)
yarn add dictyBase/dicty-components-header-footer#v1.0.0

Usage and documentation

import {Header, Footer} from "dicty-components-header-footer

Documentation of Header is here.
Documentation of Footer is here.

Development

  • Clone the develop branch of this repository
  • Run yarn
  • Create a new branch (i.e. feature/foo-plugin)
  • Complete any necessary work.
  • Update build (yarn build).
  • Commit all changes and open a pull request. If all checks pass, it is ready to merge to develop.

If you are ready to cut a new release, you can then merge into master. This will trigger a GitHub Action that uses semantic-release to create a new tag automatically.

Download Details:

Author: dictyBase

Demo: https://dictybase.github.io/dicty-components-header-footer/

Source Code: https://github.com/dictyBase/dicty-components-header-footer

#react #reactjs #javascript

React library for displaying the header and footer in all dictyBase web applications
3.60 GEEK