-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align status component table to primer.style/status table (#2467)
* Align react statuses table to primer.style/status
- Loading branch information
Josep Martins
authored
Oct 26, 2022
1 parent
9ff856d
commit d396c89
Showing
4 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/react': patch | ||
--- | ||
|
||
Align status components table to primer.style/status table |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
--- | ||
title: Component status | ||
description: Check the current status of Primer React components | ||
description: Check the current status of Primer React components. | ||
--- | ||
|
||
import {ComponentStatuses} from '../src/component-statuses' | ||
|
||
<Note> | ||
|
||
See the [component lifecycle](https://primer.style/contribute/component-lifecycle) for more information about each status. | ||
|
||
</Note> | ||
|
||
<ComponentStatuses /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters