zazu-react-native-carousel
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

React native carousel

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

Readme

Keywords

none

Package Sidebar

Install

npm i zazu-react-native-carousel

Homepage

zazuapp.co

Weekly Downloads

2

Version

1.0.9

License

MIT

Unpacked Size

5.97 kB

Total Files

10

Last publish

Collaborators

  • zazu-npm