0.0.0 ⢠Published 2 years ago
@solidjs-component/image v0.0.0
@solidjs-component/image
š¼ 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