Skip to content

Commit

Permalink
Fix component status table (primer#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Aug 15, 2023
1 parent a2b66df commit 37adb9c
Show file tree
Hide file tree
Showing 10 changed files with 759 additions and 661 deletions.
5 changes: 4 additions & 1 deletion content/guides/status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Component status
description: Check the status of accessibility reviews and the component lifecycle status of each component.
---

import {RailsProvider} from '../../src/components/rails-provider'
import {StatusTable} from '../../src/components/status'

<Note>
Expand All @@ -11,4 +12,6 @@ Check out the [component lifecycle](/guides/component-lifecycle) for more inform

</Note>

<StatusTable />
<RailsProvider>
<StatusTable />
</RailsProvider>
Loading

0 comments on commit 37adb9c

Please sign in to comment.