This is a React library for displaying the header and footer in all dictyBase web applications.
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
import { Header, Footer } from "dicty-components-header-footer
Documentation of Header
is here.
Documentation of Footer
is here.
- 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.
Thanks goes to these wonderful people (emoji key):
Siddhartha Basu 🐛 💻 🖋 📖 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!