diff --git a/content/forms/file-input.md b/content/forms/file-input.md index e8cc79b8..5366a641 100644 --- a/content/forms/file-input.md +++ b/content/forms/file-input.md @@ -22,7 +22,7 @@ Get started with a simple file input component to let users upload one single fi {{< example id="default-file-upload-example" github="forms/file-input.md" show_dark=true >}} - + {{< /example >}} ## Helper text @@ -31,7 +31,7 @@ Add a descriptive helper text to inform users the allowed extensions and sizes o {{< example id="file-upload-helper-example" github="forms/file-input.md" show_dark=true >}} - +
SVG, PNG, JPG or GIF (MAX. 800x400px).
{{< /example >}} @@ -41,7 +41,7 @@ Apply the `multiple` attribute to the file input component to allow more files t {{< example id="file-upload-multiple-example" github="forms/file-input.md" show_dark=true >}} - + {{< /example >}} ## Sizes @@ -50,13 +50,13 @@ Choose from the small, default, and large file input sizing options. {{< example id="file-upload-sizes-example" github="forms/file-input.md" show_dark=true >}} - + - + - + {{< /example >}} ## Dropzone @@ -76,4 +76,4 @@ The dropzone file input component can be used to upload one or more files by cli -{{< /example >}} \ No newline at end of file +{{< /example >}}