Skip to content

Commit

Permalink
Update Attachment.dev.stand.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
alyonurchick1 committed Dec 12, 2024
1 parent 67ff7df commit ccfbd39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/Attachment/__stand__/Attachment.dev.stand.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MdxMenu, MdxTabs } from '@consta/stand';
import { MdxMenu, MdxTabs, MdxInformer } from '@consta/stand';
import { AttachmentExampleLoading } from './examples/AttachmentExampleLoading/AttachmentExampleLoading';
import { AttachmentExampleError } from './examples/AttachmentExampleError/AttachmentExampleError';
import { AttachmentExampleActions } from './examples/AttachmentExampleActions/AttachmentExampleActions';
Expand Down Expand Up @@ -230,9 +230,12 @@ import { Attachment } from '@consta/uikit/Attachment';

### Действия по кнопкам

Кнопки нужны, чтобы совершать с файлом дополнительные действия (например, удалить его). Указать события можно в свойстве `actions`
Используйте кнопки для выполнения дополнительных действий с файлом. Событие можно задать в свойстве `actions`.

> Не забудьте про всплытие событий
<MdxInformer status="normal">
Не забудьте про [всплытие
событий](https://learn.javascript.ru/event-bubbling).
</MdxInformer>

<MdxTabs>

Expand Down

0 comments on commit ccfbd39

Please sign in to comment.