0.10.4 • Published 6 years ago

compat-card v0.10.4

Weekly downloads
100
License
-
Repository
-
Last release
6 years ago

compat-card

NPM version

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
...
import CompatCard from 'compat-card';

function App() {
  return (
    <CompatCard />
  );
}

Props

{
  id: string, //required
  title: string, //required
  image: string,
  subtitle: string,
  headerText: string,
  contentTitle: string,
  contentText: string,
  primaryText: string,
  secondaryText: string,
  headerButton: node,
  footerButtonLabel: string,
  footerIcon: node,
  footerStatus: {
    status: string,
    text: string
  },
  onSelect: func,
  onFooterButtonClick: func,
  onHeaderButtonClick: func
}
0.10.4

6 years ago

0.10.3

6 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.9

6 years ago

0.7.8

6 years ago

0.7.7

6 years ago

0.7.6

6 years ago

0.7.5

6 years ago

0.7.4

6 years ago

0.7.3

7 years ago

0.7.2

7 years ago

0.7.1

7 years ago

0.7.0

7 years ago

0.6.12

7 years ago

0.6.11

7 years ago

0.6.10

7 years ago

0.6.9

7 years ago

0.6.8

7 years ago

0.6.7

7 years ago

0.6.6

7 years ago

0.6.5

7 years ago

0.6.4

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago