Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/ui-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ To begin contributing a new UI pattern:

5. Import the new pattern component and its HTML content at the beginning of the landing page pattern page:

```js
```js
// landingpage/pages/library/patterns/index.tsx
import { MyPatternA, myPatternAHtml } from '@inovex.de/ui-patterns';
```

```
- Add the pattern to the `PreviewBox` component, which will display the pattern and the highlighted code snippet:

```js
Expand Down