ska-javascript-components Logo
2.3.21

Contents:

  • Usage
  • Functionality
  • Colors
  • Help
  • Logo
  • Spacer
  • Status
  • Styling
  • Symbol
  • Telescope
  • Theme
  • Version
ska-javascript-components
  • Logo
  • View page source

Logo

Overview

This is the SKAO logo. It is unlikely that this will be needed directly as it is currently used as part of the standard header from within the ska-gui-components library

_images/logo.png

Example : Mode determined by the provided function isDark()

import { Logo, LOGO_DEFAULT_HEIGHT } from ‘@ska-telescope/ska-javascript-components’;

<Logo dark={isDark()}/>

Properties

Property

Type

Required

default

dark

boolean

No

false

Used to present the logo in the appropriate coloring for the mode

height

number

No

LOGO_DEFAULT_HEIGHT

Specifies the height of the logo

Constants

  • LOGO_DEFAULT_HEIGHT : Provided so can be used to standardize icons as needed ( Value = 30 )

Testing Identifier

Fixed with the value skaoLogo

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 .