ReleasePhaseIndicator
Use the ReleasePhaseIndicator to communicate the release phase of a feature
(Preview, New, Deprecated).
Import
import { ReleasePhaseIndicator } from '@dynatrace/strato-components/content';
Demo
Use the phase prop to control the shown release phase. The component renders a
condensed Chip with a preconfigured color and label.
Note
If you need to indicate the release phase of an entire app, use the
releasePhase prop on the
AppHeader.Logo
instead.