3.9.15 • Published 9 months ago

@react-ck/provisional v3.9.15

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

React CK | Provisional Components

: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.

Provisional components that are candidates for stable release.

Installation

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

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 { SomeComponent } from "@react-ck/provisional";

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

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

3.9.15

9 months ago

3.9.14

9 months ago

3.9.13

10 months ago

3.9.11

10 months ago

3.9.12

10 months ago

3.9.10

10 months ago

3.9.9

10 months ago

1.4.0

1 year ago

3.9.8

11 months ago

3.9.3

12 months ago

3.9.2

12 months ago

3.7.4

12 months ago

3.9.1

12 months ago

3.7.3

12 months ago

3.9.0

12 months ago

3.8.1

12 months ago

3.7.2

12 months ago

3.9.7

11 months ago

3.9.6

12 months ago

3.9.5

12 months ago

3.9.4

12 months ago

2.0.0

1 year ago

3.4.0

12 months ago

3.3.1

1 year ago

3.3.0

1 year ago

3.2.0

1 year ago

3.0.2

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.8.0

12 months ago

3.7.1

12 months ago

3.7.0

12 months ago

3.6.0

12 months ago

3.5.0

12 months ago

3.4.1

12 months ago

3.3.2

1 year ago

3.0.0

1 year ago

1.3.0

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago