All Projects → talut → react-native-simple-card-view

talut / react-native-simple-card-view

Licence: MIT license
Simple card view component for React-Native

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-simple-card-view

Cardsholder
Demonstration of complex interface layouts using child view controllers in iOS 🦾
Stars: ✭ 24 (-11.11%)
Mutual labels:  cardview
Cardview
Material Design Cards ? How cool is that !
Stars: ✭ 101 (+274.07%)
Mutual labels:  cardview
MoalemYar
A personal project for class management, using various technologies like WPF, Entityframwork, CodeFirst, Sqlite, Migration and more
Stars: ✭ 53 (+96.3%)
Mutual labels:  cardview
Ahoy Onboarding
Android onboarding library.
Stars: ✭ 951 (+3422.22%)
Mutual labels:  cardview
Capsuleview
An easy to use drop-in view to create a beautiful card style effect with a title placeholder and body content.
Stars: ✭ 68 (+151.85%)
Mutual labels:  cardview
Android Cards
CardView with Material Design using ConstraintLayout
Stars: ✭ 136 (+403.7%)
Mutual labels:  cardview
Slice
Android drawable that allows you custom round rect position.
Stars: ✭ 605 (+2140.74%)
Mutual labels:  cardview
AnimationBuilder
A simple and easy-to-use wrapper class to deal with iOS animations.
Stars: ✭ 18 (-33.33%)
Mutual labels:  cardview
Android Cardview Recyclerview
Let's play with Android CardView, RecyclerView, Retrofit and Picasso Library. You can read details procedure about those library in my Bengali blog site.
Stars: ✭ 72 (+166.67%)
Mutual labels:  cardview
Lcardview
卡片布局,可设置阴影颜色,透明度,圆角大小,阴影宽度
Stars: ✭ 240 (+788.89%)
Mutual labels:  cardview
Cardviewlist
An elegant and responsive CardView like Android on iOS with Swift. Available horizontal and vertical scrolling with full animations and customizable.
Stars: ✭ 30 (+11.11%)
Mutual labels:  cardview
Tc Material Design
Série de artigos sobre o Material Design Android
Stars: ✭ 64 (+137.04%)
Mutual labels:  cardview
Uicard
Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire...
Stars: ✭ 142 (+425.93%)
Mutual labels:  cardview
Food Delivery Application
This android application is a food delivery application. It uses various layouts and a nice GUI.
Stars: ✭ 27 (+0%)
Mutual labels:  cardview
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+155.56%)
Mutual labels:  cardview
Materialdesignsamples
Material Design 系列控件samples,讲了Material Design 系列新控件的使用方法和一些场景示例,使用详情请看对应博客,持续更新中...
Stars: ✭ 900 (+3233.33%)
Mutual labels:  cardview
Android Infinitecards
An infinite card switching UI for Android, support custom animation 自定义实现神奇动效的卡片切换视图
Stars: ✭ 1,692 (+6166.67%)
Mutual labels:  cardview
ParkingDemo
Taipei City Parking Lot Information Query System Demo
Stars: ✭ 18 (-33.33%)
Mutual labels:  cardview
Android-Material-Design-Template
Android Material Design UI Template , with Google Design support , card view , butterknife , CoordinateLayout , CollapsingToolbar .
Stars: ✭ 56 (+107.41%)
Mutual labels:  cardview
Swiftui Animation
SwiftUI Animation
Stars: ✭ 233 (+762.96%)
Mutual labels:  cardview

React Native Simple Card View

Easiest way to adding a card view on your screen.

CardViewWithImage Example CardViewWithImage

package info

GitHub stars

Getting Started

via Yarn

yarn add react-native-simple-card-view

via NPM

npm install react-native-simple-card-view

React-Native Link

react-native link

Components

Styling card view

You can create an object, who has the card view styles. Then you can give that object to style props. Card view style object can have the following attributes

Prop Type Default Description Platform
width number 300 Card view width iOS,Android
height number - Card view height iOS,Android
padding number 5 Card view padding iOS,Android
margin number 10 Card view margin iOS,Android
borderRadius number 3 Card view border radius iOS,Android
shadowColor string `'#000000' Card view shadow color iOS,Android
shadowOpacity number 0.3 Card vie`w shadow opacity iOS,Android
shadowRadius number 3 Card view shadow radius iOS,Android
bgColor string '#ffffff' Card view background color iOS,Android
elevation number 3 Only for Android shadow value Android
shadowOffsetWidth number 3 Shadow offset width only for iOS iOS
shadowOffsetHeight number 3 Shadow offset height only for iOS iOS

Components & Examples

CardView

English Turkish

CardViewWithIcon

English Turkish

CardViewWithImage

English Turkish

v0.3.0 Features

  • CardView component added. (This component can be used for everything you can fill inside)
  • Some unnecessary codes deleted
  • Custom font feature
  • Turkish documentation support

Contributors (Thank you all)

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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