0.7.2 • Published 5 years ago

@kata-kit/card v0.7.2

Weekly downloads
16
License
Apache-2.0
Repository
github
Last release
5 years ago

@kata-kit/card

Card component for Wicara.

Install

# yarn
yarn add @kata-kit/card
# npm
npm install @kata-kit/card

Usage

To use this component within your React app, import as follows:

import { CardGrid, Card } from '@kata-kit/card';

const Component = () => (
  <React.Fragment>
    <Card title="First Card">
      Lorem Ipsum is simply dummy text of the printing and typesetting industry.
    </Card>
    <Card title="Second Card">
      Lorem Ipsum has been the industry's standard dummy text ever since the
      1500s, when an unknown printer took a galley of type and scrambled it to
      make a type specimen book.
    </Card>
    <Card
      title="Card With Action"
      action={
        <Button color="secondary" isIcon>
          <i className="icon-more" />
        </Button>
      }
    >
      It has survived not only five centuries, but also the leap into electronic
      typesetting, remaining essentially unchanged.
    </Card>
  </React.Fragment>
);
0.7.2

5 years ago

0.7.2-canary.1

5 years ago

0.7.2-canary.0

5 years ago

0.7.1

5 years ago

0.7.1-canary.0

5 years ago

0.7.0

5 years ago

0.7.0-beta.6

5 years ago

0.7.0-beta.5

5 years ago

0.7.0-beta.4

5 years ago

0.7.0-beta.3

5 years ago

0.7.0-beta.2

5 years ago

0.7.0-beta.1

5 years ago

0.7.0-beta.0

5 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago