LifecycleLabels
LifecycleLabels provides labels to indicate the lifecycle stage of a feature, such as alpha, beta, new, or deprecated.
Internal Component
This component is intended solely for use within GitHub and is not available for external use.React
ready
Props
LifecycleLabels
No props documented
AlphaLabel
| Name | Default | Description |
|---|---|---|
children | React.ReactNodeOverride label content if necessary. | |
className | string |
BetaLabel
| Name | Default | Description |
|---|---|---|
children | React.ReactNodeOverride label content if necessary. | |
className | string |
DeprecatedLabel
| Name | Default | Description |
|---|---|---|
children | React.ReactNodeOverride label content if necessary. | |
docsUrl | stringOptional link to documentation or a deprecation announcement. Should typically be included unless this is annotating a navigation item in a menu. | |
className | stringAdditional class names to apply to the label. |
NewLabel
| Name | Default | Description |
|---|---|---|
children | React.ReactNodeOverride label content if necessary. | |
className | stringAdditional class names to apply to the label. |