0.3.1 • Published 2 years ago

ckd-react v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Ckd for React SDK npm version

Ckd for React SDK

Install

Via Yarn:

yarn add ckd-react

or NPM:

npm install ckd-react

<CkdProvider>

**REQUIRED**

Wrap your application with <CkdProvider> to provide the necessary Context for Ckd components and hooks to work.

import { CkdProvider } from "ckd-react"

export default function MyApp() {
  return <CkdProvider>...</CkdProvider>
}

Examples

react-examples.ckd.dev

Components

Hooks

0.3.0

2 years ago

0.3.1

2 years ago

0.2.0

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago