0.0.0 • Published 2 years ago

@solidjs-component/image v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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"
  />
);
0.0.0

2 years ago