Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 936 Bytes

File metadata and controls

47 lines (28 loc) · 936 Bytes

import { DropdownItem } from "@chepe/ui"; import { Callout } from "nextra/components";

import ComponentShowcase from "./../../components/ComponentShowcase/ComponentShowcase";

DropdownItem

DropdownItem are used primarily for

<ComponentShowcase component={DropdownItem works} seed={0}>

```tsx filename="app.tsx" {1,4} copy
  import { DropdownItem } from "@chepe/ui";

export default function App() {
  return <DropdownItem>DropdownItem works</DropdownItem>;
}

```

How to use / Install

Props / API

interface ButtonProps

Prop Default Options
size medium "small", "medium", "large"

Best practices

DropdownItem should:

Content guidelines

Accessibility

i18n

Examples (Component in different scenarios)

Related components