🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@solidjs-component/image

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solidjs-component/image

🖼 Solid Image Viewer Component

latest
Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

@solidjs-component/image

@solidjs-component/image

pnpm

🖼 Solid Image Component

Quick start

Install it:

npm i @solidjs-component/image
# or
yarn add @solidjs-component/image
# or
pnpm add @solidjs-component/image

Use it:

import Viewer from '@solidjs-component/image'

export default () => (
  <Image
    width={200}
    src="https://zos.alipayobjects.com/rmsportal/jkjgkEfvpUPVyRjUImniVslZfWPnJuuZ.png"
  />
);

Keywords

solid

FAQs

Package last updated on 07 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts