Skip to content

Commit

Permalink
fix: docs;
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis 🎃 Khripkov committed Dec 13, 2024
1 parent 5536f08 commit 17dfd26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/attach/src/docs/development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import { Attach } from '../index';
## Подключение

```jsx
// Десктоп
import { AttachDesktop } from '@alfalab/core-components/attach/desktop';

// Мобайл
import { AttachMobile } from '@alfalab/core-components/attach/mobile';

// Респонсив
import { Attach } from '@alfalab/core-components/attach';
```

Expand Down

0 comments on commit 17dfd26

Please sign in to comment.