1.0.35 • Published 8 months ago

@deyvis17gy/atom-img v1.0.35

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

@deyvis17gy/atom-img

image preloading for slow or large connections

NPM JavaScript Style Guide

Install

npm install --save @deyvis17gy/atom-img
yarn install @deyvis17gy/atom-img

Live Demo: Storybook

Usage

import React from 'react';

import { Picture } from '@deyvis17gy/atom-img';
import '@deyvis17gy/atom-img/dist/index.css';

const App = () => {
  return (
    <Picture
      className='picture'
      alt='image'
      url='example.png'
      loaderUrl='loaderExample.png'
      isBorderRadius={true}
      isLazy={true}
      onClick={() => console.log('click')}
    />
  );
};

License

MIT © Deyvis17GY

1.0.33

9 months ago

1.0.35

8 months ago

1.0.34

9 months ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago