0.0.29 • Published 5 years ago

@bnnvara/cards v0.0.29

Weekly downloads
28
License
ISC
Repository
-
Last release
5 years ago

BNNVARA Cards

Cards allow users to take actions based on a click. A card can be used as a small representation of an article.

Demo Patterns library

Installation

npm install @bnnvara/cards

Basic usage

Import

import the BaseCard

import BaseCard from '@bnnvara/cards';

React

You can use the BaseCard like this:

<BaseCard
  tag="Tag Name"
  title="Title"
  backgroundImage="https://images.graphlr.io/tF511D7g10kxKbl18H4CZZ7E5XSpjvWQ6hXM/s3-pips-bnnvara/e505c2f6-2082-447c-a973-cdae781b86c3"
  brand="Brand Name"
  pubDate="today"
/>

Variants

Base Card

This is the most used variant of the card. The backgroundImage prop can be set with an image.

<BaseCard
  tag="Tag Name"
  title="Title"
  backgroundImage="https://images.graphlr.io/tF511D7g10kxKbl18H4CZZ7E5XSpjvWQ6hXM/s3-pips-bnnvara/e505c2f6-2082-447c-a973-cdae781b86c3"
  brand="Brand Name"
  pubDate="today"
/>

Base Colored Card

If you want to use the colored card use the following props.

<BaseCard
  tag="Tag Name"
  title="Title"
  brand="Brand Name"
  pubDate="today"
  backgroundColor="red"
/>

Base White Content Card

If you want have a white background behind the content of the card you can use the following props.

<BaseCard
  tag="Tag Name"
  title="Title"
  backgroundImage="https://images.graphlr.io/tF511D7g10kxKbl18H4CZZ7E5XSpjvWQ6hXM/s3-pips-bnnvara/e505c2f6-2082-447c-a973-cdae781b86c3"        
  hasBodyBackground={true}
  brand="Brand Name"
  pubDate="today"
/>

Props

NameTypeDescriptionRequired
tagStringProp to set the tag of the card.Not Required
titleStringSet the title of the card.required
brandStringSet the brand title of the card.Required
pubDateStringSet the publication date of the card.Required
backgroundImageStringSet an image url to set the background image of the card.Not required
backgroundColorStringSet the background color of a card. Possible options are: 'red', 'black'.Not Required
isBodyTopBoolAlign the body to the top of the card. Default is false.Not Required
hasBodyBackgroundBoolIf true the body section background will be white.Not Required
0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago