carbon-components
Version:
Carbon Components is a component library for IBM Cloud
41 lines (38 loc) • 1.79 kB
HTML
<!--
Copyright IBM Corp. 2016, 2018
This source code is licensed under the Apache-2.0 license found in the
LICENSE file in the root directory of this source tree.
-->
<div class="bx--form-item">
<strong class="bx--label">Account
photo</strong>
<p class="bx--label-description">Only .jpg and .png files. 500kb max file size.</p>
<div class="bx--file" data-file>
<label for="your-file-importer-id-here"
class="bx--file-btn bx--btn bx--btn--primary bx--btn--sm"
role="button" tabindex="0">Add file</label>
<input type="file" class="bx--file-input" id="your-file-importer-id-here" data-file-uploader
data-target="[data-file-container]" multiple />
<div data-file-container class="bx--file-container">
<div class="bx--file__selected-file">
<p class="bx--file-filename">Lorem ipsum dolor sit amet consectetur adipisicing elit. Libero vero
sapiente illum reprehenderit molestiae perferendis voluptatem temporibus laudantium ducimus magni voluptatum
veniam, odit nesciunt corporis numquam maxime sunt excepturi sint!</p>
<span data-for="your-file-importer-id-here" class="bx--file__state-container">
</span>
</div>
<div class="bx--file__selected-file--invalid__wrapper">
<div class="bx--file__selected-file bx--file__selected-file--invalid" data-invalid>
<p class="bx--file-filename">color.jpeg</p>
<span data-for="your-file-importer-id-here" class="bx--file__state-container">
</span>
</div>
</div>
<div class="bx--file__selected-file">
<p class="bx--file-filename">color.jpeg</p>
<span data-for="your-file-importer-id-here" class="bx--file__state-container">
</span>
</div>
</div>
</div>
</div>