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

WrathChaos / react-native-imaged-card-view

Licence: MIT license
Rising Imaged Card View with Awesome Shadows and Fully Customizable Library 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
Starlark
911 projects
java
68154 projects - #9 most used programming language

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

Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (+412.5%)
Mutual labels:  ui-design, ux, ui-components
Bulma.io-axure
AxureRP Library with Bulma.io components
Stars: ✭ 90 (+462.5%)
Mutual labels:  ui-design, ux, ui-components
Linearprogressbar
Simple progress bar for iOS
Stars: ✭ 166 (+937.5%)
Mutual labels:  ui-design, ui-components
Light dark toggle
An awesome flutter app which artistically animates light and dark mode 😍
Stars: ✭ 175 (+993.75%)
Mutual labels:  ui-design, ui-components
Css Mint
Lightweight and simple to use UI Kit. Fully responsive, just 3KB gzipped.
Stars: ✭ 209 (+1206.25%)
Mutual labels:  ui-design, ui-components
You Dont Know Ui
Learn how to build universal, modern and scalable user interfaces
Stars: ✭ 140 (+775%)
Mutual labels:  ui-design, ux
Collectionviewslantedlayout
A CollectionView Layout displaying a slanted cells
Stars: ✭ 2,029 (+12581.25%)
Mutual labels:  ui-design, ui-components
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (+1181.25%)
Mutual labels:  ui-design, ui-components
React Virgin
The react-native UI Kit you've been looking for.
Stars: ✭ 1,523 (+9418.75%)
Mutual labels:  ui-design, ui-components
flip view
A Flutter app with flip animation to view profiles of friends. 🌟
Stars: ✭ 69 (+331.25%)
Mutual labels:  ui-design, card
Metroset Ui
Windows Forms Metro Skin Style, Make The Applications With Metro Styles. see more https://n-a-r-w-i-n.github.io/MetroSet-UI/
Stars: ✭ 228 (+1325%)
Mutual labels:  ui-design, ui-components
ReactZooApp
ReactZooApp
Stars: ✭ 33 (+106.25%)
Mutual labels:  ux, card
Overlap
Tiny iOS library to achieve overlap visual effect
Stars: ✭ 133 (+731.25%)
Mutual labels:  ui-design, ux
Flamesui
A css-based web components.
Stars: ✭ 133 (+731.25%)
Mutual labels:  ui-design, ui-components
Citrus.avalonia
Modern styles for Avalonia controls.
Stars: ✭ 161 (+906.25%)
Mutual labels:  ui-design, ui-components
Atom Design
🍬 The mobile side UI-library base on Vue.js
Stars: ✭ 120 (+650%)
Mutual labels:  ui-design, ui-components
Jetquotes
🔖 A Quotes Application built to Demonstrate the Jetpack Compose UI
Stars: ✭ 179 (+1018.75%)
Mutual labels:  ui-design, ui-components
meshery.io
Site for Meshery, the cloud native management plane
Stars: ✭ 135 (+743.75%)
Mutual labels:  ui-design, ux
Lucide
Simply beautiful open source icons, community-sourced
Stars: ✭ 105 (+556.25%)
Mutual labels:  ui-design, ui-components
Realtaiizor
C# WinForm UI/UX Component Library
Stars: ✭ 109 (+581.25%)
Mutual labels:  ui-design, ux

React Native Imaged Card View

Battle Tested ✅

Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native

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

React Native Imaged Card View React Native Imaged Card View

Installation

Add the dependency:


React Native:

npm i react-native-imaged-card-view

Peer Dependencies

IMPORTANT! You need install them.
"react": ">= 16.8.6",
"react-native": ">= 0.60.5",
"react-native-androw": ">= 0.0.33",
"react-number-format": ">= 4.2.0",
"react-native-star-review": ">= 0.0.23",
"react-native-vector-icons": ">= 6.6.0",
"react-native-dynamic-vector-icons": ">= 0.2.1"

Usage

Import

import ImagedCardView from "react-native-imaged-card-view";

Basic Usage

<ImagedCardView />

Fully Customizable Usage

<ImagedCardView
  stars={5}
  reviews={456}
  ratings={4.5}
  title="Yosemite"
  rightSideValue="$990"
  subtitle="California"
  leftSideValue="3 Days"
  backgroundColor="#ff6460"
  source={{
    uri: yosemite
  }}
/>

Configuration - Props

Property Type Default Description
width number ScreenWidth * 0.75 change the width of the card
height number 170 change the height of the card
title string Island Bali set your own title
subtitle string Indonesia set your own subtitle
borderRadius number 24 change the border radius of the card
titleColor color white change the title text's color
subtitleColor color "#dbdbdb" change the subtitle text's color
backgroundColor color "#0a96ea" change the card's background color
leftSideTitle string Days set your own title for left sided one
leftSideValue string 4 days set your own title's value for left sided one
leftSideColor color white set your color for left sided title
leftSideValueColor color white set your color for left sided value
rightSideTitle string Price set your own title for right sided one
rightSideValue string $1500 set your own title's value for right sided one
rightSideColor color white set your color for right sided title
rightSideValueColor color white set your color for right sided value
dividerColor color "#c4c4c4" set your color for divider
onPress function undefined set your own function for onPress

React Native Star Review Props

Please check out React Native Star Review for StarReview Props It is also fully customizable

Future Plans

  • LICENSE
  • Write an article about the lib on Medium

Change Log

Change log will be here !

Credits

I inspired the design by Olivia Graphics. Thank you for this awesome design :)

Author

FreakyCoder, [email protected]

License

React Native Imaged Card View 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].