All Projects → Aamirali86 → react-native-shadow-cards

Aamirali86 / react-native-shadow-cards

Licence: other
Cards are a great way to display information, usually containing content and actions about a single subject. Cards can contain images, buttons, text and more.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-shadow-cards

React Native Cardview
Native CardView for react-native (All Android version and iOS)
Stars: ✭ 426 (+914.29%)
Mutual labels:  card, cardview
Cardslideview
一行代码实现ViewPager卡片效果,比ViewPager2更强大,底层同样是RecyclerView
Stars: ✭ 301 (+616.67%)
Mutual labels:  card, cardview
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+64.29%)
Mutual labels:  card, cardview
Flutter Infinitecards
An infinite card switching UI for Flutter, support custom animation 自定义实现神奇动效的卡片切换视图
Stars: ✭ 333 (+692.86%)
Mutual labels:  card, cardview
Android Infinitecards
An infinite card switching UI for Android, support custom animation 自定义实现神奇动效的卡片切换视图
Stars: ✭ 1,692 (+3928.57%)
Mutual labels:  card, cardview
Uicard
Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire...
Stars: ✭ 142 (+238.1%)
Mutual labels:  card, cardview
Android-Material-Design-Template
Android Material Design UI Template , with Google Design support , card view , butterknife , CoordinateLayout , CollapsingToolbar .
Stars: ✭ 56 (+33.33%)
Mutual labels:  card, cardview
LuxVilla
project with recycleview cardview and other things
Stars: ✭ 18 (-57.14%)
Mutual labels:  cardview
gn-api-sdk-node
SDK em NodeJS integrada a API Gerencianet. Esta SDK está preparada para integração à API Pix e API Boletos da Gerencianet, que lhe permite realizar o gerenciamento de cobranças Pix com QR Code e Pix Copia e Cola, boleto/Bolix, carnê, cartão de crédito e muito mais.
Stars: ✭ 33 (-21.43%)
Mutual labels:  card
react-native-imaged-card-view
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native
Stars: ✭ 16 (-61.9%)
Mutual labels:  card
repo-card
😎 showcase repositories on your website 🤘!
Stars: ✭ 141 (+235.71%)
Mutual labels:  card
TimelineCards
Presenting timelines as cards, single or bundled in scrollable feed!
Stars: ✭ 423 (+907.14%)
Mutual labels:  card
ECardFlow
🍭A custom ViewPager for multiple card flow system. && A layout which provide beautiful background effects for ViewPager.
Stars: ✭ 47 (+11.9%)
Mutual labels:  cardview
nova-custom-dashboard-card
A Laravel Nova dashboard card that allows you to build custom dashboards.
Stars: ✭ 84 (+100%)
Mutual labels:  card
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (-47.62%)
Mutual labels:  card
lovelace-battery-entity-row
Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI
Stars: ✭ 49 (+16.67%)
Mutual labels:  card
product-card-design
Responsive product card
Stars: ✭ 47 (+11.9%)
Mutual labels:  card
card-surge
UI Playground for well-designed Cards
Stars: ✭ 53 (+26.19%)
Mutual labels:  card
lovelace-climate-mode-entity-row
Climate mode entity for Lovelace
Stars: ✭ 49 (+16.67%)
Mutual labels:  card
ex pesa
Payment Library For Most Public Payment API's in Kenya and hopefully Africa. Let us get this moneybag
Stars: ✭ 19 (-54.76%)
Mutual labels:  card

react-native-shadow-cards

Simple card view component for React Native

Screenshot

Demo

Installation

npm i --save react-native-shadow-cards

Usage

import {Card} from 'react-native-shadow-cards';

render(){
  return (
    <View style={styles.container}>
      <Card style={{padding: 10, margin: 10}}>
        <Text>Open up App.js to start working on your app!</Text>
        <Text>Changes you make will automatically reload.</Text>
        <Text>Shake your phone to open the developer menu.</Text>
      </Card>
      <Card style={{padding: 10, margin: 10}}>
        <Button
          onPress={()=>{}}
          title="Learn More"
          color="#841584"
          accessibilityLabel="Learn more about this purple button"
        />
      </Card>
      <Card style={{padding: 10, margin: 10, height: 50}}>
      </Card>
    </View>
  );
}

Configuration

Card:
Property Type Default Description
backgroundColor string '#ffffff' card background color
elevation number 3 An attribute to set the elevation of the card, increases 'drop-shadow' of the card
cornerRadius number 5 Set the radius of the card
opacity number 0.5 Set the opacity of the card

Contributing

Of course! Welcome :)

You can use following command in example dir:

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].