Skip to content

Commit

Permalink
chore: import icon name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jan 29, 2025
1 parent 9059d5c commit 0a225ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as ButtonIconStories from './ButtonIcon.stories';
A Button Icon is a compact, icon-only button that triggers an action, designed for quick, space-efficient interactions

```tsx
import { ButtonIcon } from '@metamask/design-system-react';
import { ButtonIcon, IconName } from '@metamask/design-system-react';

<ButtonIcon iconName={IconName.Close} onClick={() => {}} />;
```
Expand Down

0 comments on commit 0a225ce

Please sign in to comment.