1.0.9 • Published 2 years ago

zazu-react-native-carousel v1.0.9

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

Quick Start

Get the latest version from NPM:

$ npm install zazu-react-native-carousel
$ yarn add zazu-react-native-carousel

Import the component:

import { Carousel } from "zazu-react-native-carousel";

export function App() {
  return (
    <Carousel
      containerHeight={100}
      widgetKey={"zazu-key"}
      backgroundColor={"#ffffff"}
    />
  );
}

Props

  • containerHeight: number - The initial height of the carousel container.
  • widgetKey: string - The generated zazu carousel key.
  • backgroundColor?: string - Container background. (Defaults to transparent).

License

Zazu carousel is released under the MIT license. © 2022 Zazuapp.co

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago