Skip to content

Commit

Permalink
docs(EditableHeading): add import documentation (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Apr 3, 2024
1 parent c3de974 commit bd331a2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const editableHeadingTemplate = createComponentTemplate(EditableHeading);
# EditableHeading

- [Overview](#overview)
- [Import](#import)
- [Props](#props)
- [Usage](#usage)
- [Variants](#variants)
Expand All @@ -28,6 +29,12 @@ Editable Heading allows users to seamlessly and dynamically edit in-line content

<Canvas of={EditableHeadingStories.Overview} />

## Import

```js
import { EditableHeading } from 'monday-ui-react-core/next'`
```

## Props

<PropsTable />
Expand Down

0 comments on commit bd331a2

Please sign in to comment.