ska-gui-components Logo
2.8.38

Contents:

  • Usage
  • Functionality
  • Functionality from ska-javascript-components library
  • Alert
  • AlertCard
  • Backdrop
  • Button
  • ButtonToggle
  • DataGrid
  • DataTree
  • DateEntry
  • DropDown
  • FileUpload
  • Footer
  • Header
  • IconButton
  • Icons
  • InfoCard
  • NumberEntry
  • Progress
  • TelescopeSelector
  • TextEntry
  • TickBox
  • SearchEntry
  • StatusIcon
  • Version
ska-gui-components
  • Footer
  • View page source

Footer

Overview

Standard Footer wrapper component that spaces evenly it’s child components Clicking on the copyright will display a link to a standard copyright page

The version can be provided via a property.

There is also a tooltip which is displayed when hovering over the version This is so that additional information like API version can be also provided if desired.

_images/footer.png
Example : Default usage
import { Footer } from '@ska-telescope/ska-gui-components';

...

<Footer testId="testId" version="1.2.3">
   <Grid />
   <Grid item>More content</Grid>
</Footer>
Properties

Property

Type

Required

default

testId

string

No

footer-testId

Identifier for testing purposes

version

string

No

Version of the GUI Components

versionTooltip

string

No

Optional tooltip when hovering over the version

Constants

none

Testing Identifier

Provided by the property testId

Previous Next

© Copyright 2023, SKAO.

Built with Sphinx using a custom SKA theme based on a theme provided by Read the Docs. Creative Commons Licence
SKA developer documentation by SKA Observatory is licensed under a Creative Commons Attribution 4.0 International License .
Based on a work at github.com/ska-telescope/developer.skatelescope.org .

This work is inspired by the LSST developer guide © Copyright 2016-2018 Association of Universities for Research in Astronomy, licensed under a Creative Commons Attribution 4.0 International License .

This work is inspired by the Apache developer information Copyright © 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 .