Socket
Book a DemoInstallSign in
Socket

react-native-carusel-tooltip

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-carusel-tooltip

react native carusel with tooltip

1.0.7
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
0
Weekly downloads
 
Created
Source
  • A react native custom component of a animated carusel with tooltip, in typescript.

  • It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.

Example:

How to use:

import Loading from 'react-native-carusel-tooltip';

  <CircularCarousel
        numOfVisibleItems={7}
        spacing={10}
        tooltipContentView={
          <View style={styles.conteinerContent}>
            <View style={styles.row}>
              <Text style={styles.date}>{`${data[selectedIndex].date}`}</Text>
              <Text style={styles.mainAmount}>{`₪${data[
                selectedIndex
              ].amount.toFixed(2)}`}</Text>
            </View>
          </View>
        }
        selectetItemIndex={selectedIndex}
        setSelectetItemIndex={setSelectedIndex}
        data={data}
        rectStyle={{backgroundColor: "blue"}}
      />

Props -

NameTypeDefault
dataany[]
tooltipContentViewReact.ReactNode;
selectetItemIndexnumber;
setSelectetItemIndex(index: number) => void;
numOfVisibleItems?number;
spacing?number;
rectStyle?ViewStyle;
tooltipGradiant?string[];
tooltipBorderColor?string;
tooltipBorderRadius?number;
tooltipBorderWidth?number;
tooltipBackgroundColor?string;
showGradiant?boolean;
tooltiPwraperDetailes?ViewStyle
itemLableStyle?TextStyle
showLable?boolean

Keywords

carusel

FAQs

Package last updated on 10 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.