3.1.0 • Published 3 years ago

@primitives/image v3.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

Image is an element that allowed to render an image. Only the image scaling can be styled.

These map to the same corresponding props in Web and in React Native.

Raw type definitions

export type TImage = {
  id?: string,
  alt?: string,
  source: string,
  height: number,
  width: number,
  borderRadius?: number,
}

export type TImageWeb = {
  resizeMode?: string
}

export type TImageNative = {
  resizeMode?: ImageResizeMode,
}
3.1.0

3 years ago

3.0.2

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago