@springernature/nature-footer
v4.0.0
Published
Nature branded footer
Downloads
87
Maintainers
Keywords
Readme
Nature Footer
Nature branded site footer
Installation
To use the footer component, enter the following command in your Terminal:
npm install @springernature/nature-footer
Usage
Import the installed component code in your scss
file:
@import '@springernature/nature-footer/scss/10-settings/footer';
@import '@springernature/nature-footer/scss/50-components/footer';
@import '@springernature/brand-context/default/scss/60-utilities/container.scss';
@import '@springernature/brand-context/default/scss/60-utilities/hiding.scss';
@import '@springernature/brand-context/default/scss/60-utilities/icons.scss';
@import '@springernature/brand-context/default/scss/60-utilities/spacing.scss';
NOTE The component requires the use of the utility classes shown above
Template
Find a configurable template in the Footer's view
folder.
You can see an example in the Footer's demo` folder.