@spectrum-web-components/asset
TypeScript icon, indicating that this package has built-in type declarations

0.42.5 • Public • Published

Description

Use an <sp-asset> element to visually represent a file, folder or image in your application. File and folder representations will center themselves horizontally and vertically in the space provided to the element. Images will be contained to the element, growing to the element's full height while centering itself within the width provided.

Installation

See it on NPM! How big is this package in your project? Try it on webcomponents.dev

yarn add @spectrum-web-components/asset

Import the side effectful registration of <sp-asset> via:

import '@spectrum-web-components/asset/sp-asset.js';

When looking to leverage the Asset base class as a type and/or for extension purposes, do so via:

import { Asset } from '@spectrum-web-components/asset';

Example

<sp-asset style="height: 128px">
    <img src="https://picsum.photos/500/500" alt="Demo Image" />
</sp-asset>

File

<div class="flex">
    <sp-asset variant="file"></sp-asset>
    <sp-asset variant="file" label="Named File Asset"></sp-asset>
</div>

Folder

<div class="flex">
    <sp-asset variant="folder"></sp-asset>
    <sp-asset variant="folder" label="Named Folder Asset"></sp-asset>
</div>

/@spectrum-web-components/asset/

    Package Sidebar

    Install

    npm i @spectrum-web-components/asset

    Weekly Downloads

    2,324

    Version

    0.42.5

    License

    Apache-2.0

    Unpacked Size

    57.6 kB

    Total Files

    41

    Last publish

    Collaborators

    • nikkimk
    • jnjosh
    • taratadobe
    • rajrock38
    • beeduul
    • jianliao79
    • hunterloftis
    • westbrook
    • benjamind
    • cuberoot