Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

fix(file-uploader): added missing docs for drop-container #1053

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 4 additions & 0 deletions src/components/file-uploader/file-uploader-story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ import 'carbon-web-components/es/components/file-uploader/index.js';

<Props of="bx-file-uploader" />

## `<bx-file-drop-container>` attributes, properties and events

<Props of="bx-file-drop-container" />

## `<bx-file-uploader-item>` attributes, properties and events

Note: For `boolean` attributes, `true` means simply setting the attribute (e.g. `<bx-file-uploader-item invalid>`) and `false` means not setting the attribute (e.g. `<bx-file-uploader-item>` without `invalid` attribute).
Expand Down