• Stars
    star
    128
  • Rank 281,044 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fully customizable Card View Components for React Native.

Paraboly React Native Card

Fully customizable Card View for React Native.

npm version npm expo-compatible License: MIT

Card Component

Paraboly React Native Card Paraboly React Native Card

SimpleCard Component

Paraboly React Native Card Paraboly React Native Card

Version 1 is here ๐Ÿ˜

Finally version 1 is here after 2 years :) Completely re-written with Typescript and much better props and customization options.

Components included

Installation

Add the dependency:

npm i @paraboly/react-native-card

Peer Dependencies

IMPORTANT! You need install them
"react-native-vector-icons": ">= 7.1.0",
"react-native-dynamic-vector-icons": ">= 1.1.4",
"@freakycoder/react-native-bounceable": ">= 0.2.4"

Expo Version

Installation

Add the dependency:

npm i Paraboly/react-native-card#expo

Expo Dependencies

IMPORTANT! You need install them
"@freakycoder/react-native-bounceable": ">= 0.2.4"

IconType prop is available to set any icon set from @expo/vector-icons

Basic Usage

import { Card } from "@paraboly/react-native-card";

<Card
  iconDisable
  title="Title"
  description="Main Content"
  bottomRightText="30"
  onPress={() => {}}
/>;

Card with Icon

<Card
  title="Title"
  iconName="home"
  iconType="Entypo"
  topRightText="50/301"
  bottomRightText="30 km"
  description="Lorem ipsum dolor sit."
  onPress={() => {}}
/>

SimpleCard Basic Usage

import { SimpleCard } from "@paraboly/react-native-card";

<SimpleCard title="Dynamic width & height simple card" />;

SimpleCard Custom Usage

<SimpleCard
  title="Custom width & dynamic height simple card: Multiple Lines"
  styles={{ width: 200 }}
/>

Example Application

  • check the code, and yes! :) all of the images, screenshots are directly taken from the this example. Of course, you can simply clone the project and run the example on your own environment.

Configuration - Props

New Configuration Documentation is available soon

Author

FreakyCoder, [email protected] | [email protected]

License

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

More Repositories

1

react-native-input-bar

Fully customizable, beautifully designed Input Bar for React Native
Java
37
star
2

react-native-report-modal

Customizable Report Modal via Paraboly for React Native.
JavaScript
30
star
3

react-native-video-modal

Fully customizable Video Modal for React Native via Paraboly.
JavaScript
25
star
4

react-native-barcode-scanner

Java
19
star
5

react-native-card-button

Fully customizable Card Button via Paraboly for React Native.
JavaScript
18
star
6

react-native-map-card-view

Map based list card view for React Native via Paraboly.
JavaScript
12
star
7

react-native-media-picker

Easy to use media picker modal for React Native by Paraboly
TypeScript
11
star
8

react-native-alert-modal

Ready to use awesome alerts as modal for React Native via Paraboly.
JavaScript
10
star
9

react-native-gallery

TypeScript
7
star
10

react-osm-geocoding

Find address locations via OSM Nominatim
TypeScript
7
star
11

pwc-tooltip

Fully customizable tooltip web component with StencilJS via Paraboly
CSS
7
star
12

react-native-switch-fab

Animated & Fully Customizable Switch Floating Action Button for React Native by Paraboly
JavaScript
7
star
13

react-boilerplate

React 18 webpack boilerplate
TypeScript
6
star
14

react-native-information-card

Fully customizable information card for React Native via Paraboly
JavaScript
6
star
15

website

Paraboly official website
CSS
6
star
16

react-native-bouncy-circle-button

Fully customizable bouncy animated circle button for React Native by Paraboly
Java
5
star
17

react-native-generic-modal

Fully customizable Generic Modal via Paraboly for React Native.
JavaScript
5
star
18

pwc-map-legend

Fully customizable map legend view for Web with StencilJS via Paraboly
TypeScript
5
star
19

angularjs-es6-component-boilerplate

A minimal component starter for AngularJS with ES6 by Paraboly
JavaScript
5
star
20

pwc-web-component-boilerplate

Paraboly template repository for web components using Stencil.
TypeScript
5
star
21

developer

Repository for developer.paraboly.com website.
JavaScript
4
star
22

pwc-color-picker

Fully customizable color-picker web component with StencilJS via Paraboly
TypeScript
4
star
23

pwc-ibox

Generic container box with minimize and close controls.
CSS
4
star
24

pwc-leaflet-entity-selector

Return entities from selected boundary. Currently polygon is supported for selecting boundaries.
HTML
4
star
25

react-native-image-gallery

Java
4
star
26

Permission-Documentation

Permission Architecture Documentation
3
star
27

pwc-choices

Dropdown input with multi-select and search support.
TypeScript
3
star
28

PermissionService

Generic Permission Service with Jest Test via Paraboly
TypeScript
3
star
29

coffee-break

Discord bot for making remote working more enjoyable
TypeScript
3
star
30

paraboly

Paraboly Opensource
3
star
31

covid19

COVID-19
TypeScript
3
star
32

pwc-readme-boilerplate

Fully customizable readme boilerplate for web component with StencilJS via Paraboly
3
star
33

web-component-chmod-checkbox

CHMOD based animated checkbox WebComponent with StencilJS
TypeScript
3
star
34

pwc-animated-checkbox

Fully customizable animated-checkbox web component with StencilJS via Paraboly
CSS
3
star
35

react-app-menu-bar

Beautiful & Easy to use AppMenuBar for React by Paraboly.
JavaScript
2
star
36

data-filtering-scripts

JavaScript
2
star
37

pwc-state-view

TypeScript
2
star
38

axios-client

JavaScript
2
star
39

pwc-leaflet-text

Customizable text layer for leaflet written as a web component. It will support all the main frameworks (React, Vue, Angular etc.)
TypeScript
2
star
40

internal-paraboly

Parabol Internal Dashboard
JavaScript
2
star
41

pwc-card

TypeScript
2
star
42

pwc-chat

Fully customizable Chat for web component with StencilJS via Paraboly
TypeScript
2
star
43

pwc-map

PWC Map component is an abstraction on top of maps like mapboxGL, leaflet, openlayers etc. using StencilJS via Paraboly
TypeScript
1
star
44

react-native-info-card

JavaScript
1
star
45

pwc-filter

Automatically filter a set of data using a dynamic form.
TypeScript
1
star
46

excel-reports-lib

Java
1
star
47

pwc-warning-service

TypeScript
1
star
48

pwc-dynamic-form

Generate HTML forms from JSON configuration.
TypeScript
1
star
49

pwc-simple-card

Plug & Play Simple Card View for Web by Paraboly via StencilJS
TypeScript
1
star
50

react-native-button-card-view

JavaScript
1
star
51

pwc-multi-filter

A wrapper over pwc-tabview and pwc-filter. Provides means of dynamically managing multiple filters via a single component.
HTML
1
star
52

pwc-sliding-panel

A panel that slides open from the sides of the page when you click a handle.
TypeScript
1
star