0.0.87 • Published 8 months ago

@ducdev2k1/file-icon v0.0.87

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

File Thumbnail Icon Component

English

Description

This component displays a file thumbnail icon based on the file name.

Installation

Ensure you have Vue 3 installed. Then, install the package via npm:

npm install @ducdev2k1/file-icon

Then, import the component in your project.

Usage

<script setup lang="ts">
  import FileThumbnailIcon from '@ducdev2k1/file-icon';
</script>

<template>
  <FileThumbnailIcon nameFile="document.pdf" alt="PDF File" class="icon" />

  <!--Folder-->
  <FileThumbnailIcon nameFile="document" isDirectory alt="Folder" class="icon" />
</template>

Props

PropTypeRequiredDescription
nameFileStringYesThe name of the file to get the icon
isDirectoryBooleanNoReturn icon folder
altStringNoAlternative text for the image

Attributes

This component supports all native <img> attributes via $attrs.


Tiếng Việt

Mô tả

Component này hiển thị icon thumbnail của file dựa vào tên file.

Cài đặt

Hãy đảm bảo bạn đã cài đặt Vue 3. Sau đó, cài đặt package qua npm:

npm install @ducdev2k1/file-icon

Sau đó, import component vào dự án của bạn.

Cách sử dụng

<script setup lang="ts">
  import FileThumbnailIcon from '@ducdev2k1/file-icon';
</script>

<template>
  <FileThumbnailIcon nameFile="document.pdf" alt="Tệp PDF" class="icon" />

  <!--Folder-->
  <FileThumbnailIcon nameFile="document" isDirectory alt="Folder" class="icon" />
</template>

Props

PropKiểuBắt buộcMô tả
nameFileStringTên của tệp để lấy icon tương ứng
isDirectoryBooleanNoTrả về icon Thư mục
altStringKhôngVăn bản thay thế cho hình ảnh

Thuộc tính

Component này hỗ trợ tất cả các thuộc tính của thẻ <img> thông qua $attrs.

0.0.87

8 months ago

0.0.86

8 months ago

0.0.85

8 months ago

0.0.83

8 months ago

0.0.82

8 months ago

0.0.81

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago