Please see the Red Hat Design System repository for official documentation: https://github.com/RedHat-UX/red-hat-design-system/tree/main/elements/rh-footer
This app is an example of how to import and use the <rh-footer>
via npm.
Clone repo
git clone [email protected]:RedHat-UX/rh-footer-demo.git
cd rh-footer-demo
Install
npm install
Start dev server
npm run start
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Web Test Runnerlint
runs the linter for your projectformat
fixes linting and formatting errors
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.