All Projects → WrathChaos → react-native-imaged-carousel-card

WrathChaos / react-native-imaged-carousel-card

Licence: MIT License
Fully customizable & Lovely Imaged Carousel Card for React Native

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
java
68154 projects - #9 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to react-native-imaged-carousel-card

react-native-permissions-modal
Awesome & Fully Customizable Permissions Modal for React Native
Stars: ✭ 26 (-62.86%)
Mutual labels:  front-end, apple, software, freakycoder, kuray
react-native-bounceable
Animate and bounce any component with RNBounceable for React Native
Stars: ✭ 26 (-62.86%)
Mutual labels:  front-end, apple, freakycoder
react-native-beautiful-timeline
Fully customizable, beautifully designed Timeline for React Native.
Stars: ✭ 111 (+58.57%)
Mutual labels:  apple, freakycoder, kuray
react-native-header-search-bar
Fully customizable header search bar for React Native
Stars: ✭ 101 (+44.29%)
Mutual labels:  front-end, apple, freakycoder
Stacked Cards
Give your content boxes a stacked cards look with each card swapping with other.
Stars: ✭ 83 (+18.57%)
Mutual labels:  card, carousel
Awesome Mac
 Now we have become very big, Different from the original idea. Collect premium software in various categories.
Stars: ✭ 46,674 (+66577.14%)
Mutual labels:  apple, software
Slideovercard
A SwiftUI card view, made great for setup interactions.
Stars: ✭ 228 (+225.71%)
Mutual labels:  apple, card
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+922.86%)
Mutual labels:  front-end, card
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (+278.57%)
Mutual labels:  front-end, apple
Blog
个人知识集合整理
Stars: ✭ 34 (-51.43%)
Mutual labels:  front-end, software
Forum
Fórum da BrazilJS
Stars: ✭ 123 (+75.71%)
Mutual labels:  front-end, software
react-native-text-area
Simple and easy to use TextArea for React Native.
Stars: ✭ 20 (-71.43%)
Mutual labels:  software, freakycoder
react-native-input-bar
Fully customizable, beautifully designed Input Bar for React Native
Stars: ✭ 32 (-54.29%)
Mutual labels:  apple, freakycoder
react-native-bottom-bar
Fully customizable BottomBar with unique design shape for React Native.
Stars: ✭ 74 (+5.71%)
Mutual labels:  freakycoder, kuray
react-native-animated-radio-button
Fully customizable animated radio button for React Native
Stars: ✭ 25 (-64.29%)
Mutual labels:  front-end, freakycoder
react-native-redux-boilerplate
React Native Redux Boiler Plate
Stars: ✭ 38 (-45.71%)
Mutual labels:  front-end, freakycoder
react-native-single-select
Customizable & Easy to Use Single Select Library for React Native
Stars: ✭ 74 (+5.71%)
Mutual labels:  front-end, apple
react-native-imaged-card-view
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native
Stars: ✭ 16 (-77.14%)
Mutual labels:  card, imaged
react-cartographer
Generic component for displaying Yahoo / Google / Bing maps.
Stars: ✭ 82 (+17.14%)
Mutual labels:  front-end
card-surge
UI Playground for well-designed Cards
Stars: ✭ 53 (-24.29%)
Mutual labels:  card

React Native Imaged Carousel Card

Battle Tested ✅

Fully customizable & Lovely Imaged Carousel Card for React Native

npm version npm Platform - Android and iOS License: MIT styled with prettier

React Native Imaged Carousel Card React Native Imaged Carousel Card

Installation

Add the dependency:

npm i react-native-imaged-carousel-card

Peer Dependencies

Zero Dependency

Usage

Import

import ImagedCarouselCard from "react-native-imaged-carousel-card";

Basic Usage

<ImagedCarouselCard />

Advanced Usage

<ImagedCarouselCard
  width={200}
  height={200}
  shadowColor="#051934"
  source={{
    uri: "",
  }}
/>

Configuration - Props

Property Type Default Description
text string California Festive 2020 change the text
width number/string 300 change the main card's width
height number/string 300 change the main card's height
source asset default change the main card's background source
borderRadius number 16 change the main card's border radius
textStyle style default set your own text style
shadowColor color #000 change the shadow color
shadowStyle style default set your own shadow style
overlayHeight number 50 change the black overlay's height
overlayBackgroundColor color rgba(0,0,0,0.3) change the black overlay's background color
overlayBorderBottomLeftRadius number 16 change the black overlay's border bottom left radius
overlayBorderBottomRightRadius number 16 change the black overlay's border bottom right radius
shadowPaddingBottom number 18 This is a need for shadow but you can change it

Future Plans

  • LICENSE
  • Typescript Challenge!
  • Write an article about the lib on Medium

Author

FreakyCoder, [email protected]

License

React Native Imaged Carousel Card is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].