Skip to content

CSS: file-drop

.instui-file-drop — Vùng thả tệp với trạng thái khi di chuột, chấp nhận và bị từ chối.

Các lớp -hover/-accepted/-rejected chỉ mang tính trực quan — việc phát hiện kéo-thả thực tế và xác thực tệp là công việc JS của người dùng để kết nối xung quanh input gốc đã được bọc.

Source: file-drop.css

Khả năng truy cập

Bọc một <input type="file"> nguyên bản trong vùng thả <label> để nó vẫn là một điều khiển tệp thực sự có nhãn mà bàn phím và công nghệ hỗ trợ có thể thao tác.

Sử dụng

css
@import "@pantoken/components/components.css";
@import "@pantoken/components/file-drop.css";

Các ví dụ

html
<label class="instui-file-drop" id="fd">
  <span class="instui-icon -icon-cloud-upload"></span>
  <div class="instui-text"><strong>Drag an image here</strong>, or click to browse.</div>
  <div class="instui-text -size-sm instui-fg-muted" id="fd-msg">PNG or JPG up to 5&nbsp;MB.</div>
  <input type="file" id="fd-input">
</label>

Cấu trúc

text
.instui-file-drop
  [class*="-icon-"] (0..1)
  text (component)
    strong
  text (component)
  input
flowchart TD n0[".instui-file-drop"]:::cssdoc-root n1("[class*=&quot;-icon-&quot;]"):::cssdoc-part n2(["text"]):::cssdoc-component n3("strong"):::cssdoc-part n4(["text"]):::cssdoc-component n5("input"):::cssdoc-part n0 -.->|0..1| n1 n2 --> n3 n0 --> n2 n0 --> n4 n0 --> n5 click n2 "/api/css/text.md" click n4 "/api/css/text.md" classDef cssdoc-root stroke-width:1px; classDef cssdoc-part stroke-width:1px; classDef cssdoc-slot stroke-width:1px; classDef cssdoc-component stroke-width:1px;

Bộ sửa

Bộ sửaMô tả
.-acceptedTrạng thái kéo cho tệp được chấp nhận.
.-hoverTrạng thái khi di chuột hoặc kéo qua.
.-icon-*Hiển thị biểu tượng glyph dẫn đầu của vùng thả.
.-rejectedTrạng thái kéo cho tệp bị từ chối.

Token tiêu thụ

TokenKiểuGiá trị
--instui-color-text-base<color>LightDarklight-dark(#273540, #F2F4F5)
--instui-component-file-drop-accepted-color<color>LightDarklight-dark(#1D354F, #EEF4FD)
--instui-component-file-drop-background-color<color>LightDarklight-dark(#ffffff, #1C222B)
--instui-component-file-drop-border-color<color>LightDarklight-dark(#7E8792, #5F6E7A)
--instui-component-file-drop-border-radius<length>1rem
--instui-component-file-drop-border-styledashed
--instui-component-file-drop-border-width<length>0.0625rem
--instui-component-file-drop-hover-border-color<color>LightDarklight-dark(#1D354F, #EEF4FD)
--instui-component-file-drop-rejected-color<color>LightDarklight-dark(#CF1F24, #F56050)
--instui-spacing-space-lg<length>1rem

Các thành phần phụ