This package has been deprecated

Author message:

Please use Aksara UI instead: https://aksara-ui.vercel.app/

@kata-kit/card
TypeScript icon, indicating that this package has built-in type declarations

0.7.2 • Public • Published

@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>
);

Readme

Keywords

none

Package Sidebar

Install

npm i @kata-kit/card

Weekly Downloads

2

Version

0.7.2

License

Apache-2.0

Unpacked Size

72.2 kB

Total Files

13

Last publish

Collaborators

  • computecoholic
  • resir014
  • ybdev