Skip to content

Commit

Permalink
docs(styles): file uploader update (#3136)
Browse files Browse the repository at this point in the history
* docs(styles): updated the documentation of input component

* docs(styles): updated the input  documentation [ci visual]

* docs(styles): updated the input  documentation [ci visual]

* docs(styles): updated the file uploader documentation [ci visual]

Co-authored-by: ynnenu <eniela.vela@sap.com>
  • Loading branch information
ynnenu and ynnenu committed Feb 3, 2022
1 parent e5aca71 commit 1ea83a9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions stories/file-uploader/file-uploader.stories.js
Expand Up @@ -3,8 +3,9 @@ export default {
parameters: {
description: `
The File Uploader component allows the user to select the files from the system to upload.
The File Uploader component is an opinionated composition of the input and button components.
Please refer to the input and button components documentation for the complete list of modifiers.
It is an opinionated composition of the input and button components.
##Usage
##Usage
Expand Down Expand Up @@ -54,7 +55,11 @@ export const Primary = () => `<div class="fd-form-item">
Primary.storyName = 'Default';
Primary.parameters = {
docs: {
iframeHeight: 250
iframeHeight: 250,
description: {
story: `File Uploader is a composition of the \`fd-input\` class and the \`fd-button\` one. The button triggers the action of searching for
the file which needs to be uploaded. The input field shows the predetermined title i.e. Choose a file for upload.`
}
}
};

Expand Down

0 comments on commit 1ea83a9

Please sign in to comment.