Skip to content

Commit

Permalink
add checklist for ActionList (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored and pksjce committed Dec 19, 2021
1 parent 45e44da commit 82458f1
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/content/ActionList2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: An ActionList is a list of items that can be activated or selected.

import {BorderBox, Avatar} from '@primer/components'
import {ActionList} from '@primer/components/drafts'
import {Props} from '../src/props'
import {ComponentChecklist} from '../src/component-checklist'

import {ImageContainer} from '@primer/gatsby-theme-doctocat'
import {LinkIcon, AlertIcon, ArrowRightIcon} from '@primer/octicons-react'
Expand Down Expand Up @@ -357,3 +357,23 @@ render(<SelectFields />)

- [ActionMenu](/ActionMenu)
- [SelectPanel](/SelectPanel)

## Component status

<ComponentChecklist
items={{
propsDocumented: true,
noUnnecessaryDeps: true,
adaptsToThemes: true,
adaptsToScreenSizes: true,
fullTestCoverage: false,
usedInProduction: false,
usageExamplesDocumented: true,
designReviewed: false,
a11yReviewed: false,
stableApi: false,
addressedApiFeedback: false,
hasDesignGuidelines: true,
hasFigmaComponent: true
}}
/>

0 comments on commit 82458f1

Please sign in to comment.