1.3.9 • Published 2 months ago

@react-ck/card v1.3.9

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

React CK | Card Component

:warning: WARNING: This component library is being updated frequently and it's currently unstable due to being in it's early stages, we advice you to use only in production environments only after version 2.0.0.

The Card component is a versatile and essential building block for creating dynamic and interactive user interfaces in React applications. This component enables developers to showcase content in a structured and visually appealing manner. With the Card component, you can present various types of information, including text, images, and actions, effectively engaging users.

Installation

To integrate the this component into your React apps, you can install it using npm or yarn: npm i --save @react-ck/card or yarn add @react-ck/card.

You will also need to set up the manager, install it using npm or yarn: npm i --save @react-ck/manager or yarn add @react-ck/manager.

Wrap your app root with the theme provider and use this component:

import { Manager } from "@react-ck/manager";
import { Card } from "@react-ck/card";

const myApp = () => (
    <Manager>
        <Card ... />
    </Manager>
);

Check the documentation website - react-ck.js.org.

1.3.9

2 months ago

1.3.7

2 months ago

1.3.6

2 months ago

1.3.8

2 months ago

1.3.5

2 months ago

1.3.4

2 months ago

1.3.3

2 months ago

1.3.2

2 months ago

1.3.0

3 months ago

1.2.5

4 months ago

1.2.4

5 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago