Skip to main content
Version: 2.0

Frontend - UI - Overview

The UI package that comes with Parthenon is designed to help you quickly and easily build you're User Interface by providing components that provide beautiful and sleeky UI components.

LoadingMessage

Often throughout your application you'll want to display a message while something is loading. The LoadingMessage component provides a spinning circle SVG with customisable text next to it.

Props

NameData TypeDefaultDescription
heightstring20pxThe height of the spinner
colorstringrgb(255 255 255 / var(--tw-text-opacity))The colour of the spinner

Example

<LoadingMessage>Loading</LoadingMessage>