1.0.8 • Published 3 years ago

react-ab7-image v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this for?

Get the perfect shdows every time

Installation

'npm i react-ab7-image --save'

Then...

import {shadowizard} from 'react-ab7-image';

shadowizard({
    shadow_type: 'soft',
    padding: false
});

Shadowizard supports 2 options, both of which are optional:

  • shadow_type - hard | soft (Defaults to soft)
  • padding - true | false (Defaults to false)

Drawbacks

  • className='shadowizard' won't work if you're using styled-components to style your tag. For example
export const Img = styled.img``
<Img src={src} alt={alt} />

Project isn't complete yet! More change to come very soon

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago