Skip to content

Commit

Permalink
ghost example
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Mar 9, 2020
1 parent 68e055b commit bc94df6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src-docs/src/views/list_group/list_group_item_color.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ export default () => (

<EuiListGroupItem href="#" label="Text (m)" color="text" />

<EuiListGroupItem href="#" label="Subdued (l)" color="ghost" size="l" />
<EuiListGroupItem href="#" label="Subdued (l)" color="subdued" size="l" />

<EuiListGroupItem
href="#"
label="Ghost"
color="ghost"
style={{ background: 'black' }}
/>
</EuiListGroup>
);

0 comments on commit bc94df6

Please sign in to comment.