# cryption-uikit-v2

> Set of UI components for Cryption

Latest version **0.1.43** (published 2022-11-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install cryption-uikit-v2
pnpm add cryption-uikit-v2
yarn add cryption-uikit-v2
bun add cryption-uikit-v2
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.43 |
| Published | 2022-11-15 |
| First published | 2021-10-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Cryption Network |
| Maintainers | prasenjiit, karan-u-kanthawar |

## Links

- npm: https://www.npmjs.com/package/cryption-uikit-v2
- Repository: https://github.com/cryption-network/Cryption-UI-kit
- Homepage: https://github.com/cryption-network/Cryption-UI-kit#readme
- Issues: https://github.com/cryption-network/Cryption-UI-kit/issues
- npm.io page: https://npm.io/package/cryption-uikit-v2

## Dependencies (7)

- [web3](https://npm.io/package/web3.md) ^1.3.6
- [lodash](https://npm.io/package/lodash.md) ^4.17.20
- [@types/lodash](https://npm.io/package/@types/lodash.md) ^4.14.162
- [styled-system](https://npm.io/package/styled-system.md) ^5.1.5
- [@types/react-dom](https://npm.io/package/@types/react-dom.md) ^17.0.17
- [@types/styled-system](https://npm.io/package/@types/styled-system.md) ^5.1.10
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.1

## Recent versions

- 0.1.43 (latest) — 2022-11-15
- 0.1.42 — 2022-11-04
- 0.1.41 — 2022-10-13
- 0.1.40 — 2022-10-13
- 0.1.31 — 2022-09-16
- 0.1.30 — 2022-09-15
- 0.1.19 — 2022-09-08
- 0.1.26 — 2022-08-24
- 0.1.25 — 2022-08-23
- 0.1.24 — 2022-08-22
- 0.1.23 — 2022-08-18
- 0.1.22 — 2022-08-18
- 0.1.21 — 2022-08-18
- 0.1.20 — 2022-08-18
- 0.1.18 — 2022-07-29
- … 18 more at https://npm.io/package/cryption-uikit-v2/versions

## README

# Cryption UI-kit V2

Cryption UIkit is a set of React components and hooks used to build pages on Cryption's apps. It also contains a theme file for dark and light mode.

## Install

`npm i cryption-uikit-v2`

## Setup

### Theme

Before using Cryption UIkit, you need to provide the theme file to styled-component.

```
import { ThemeProvider } from 'styled-components'
import { light, dark } from 'cryption-uikit-v2'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
```

### Reset

A reset CSS is available as a global styled component.

```
import { ResetCSS } from 'cryption-uikit-v2'
...
<ResetCSS />
```

### Types

This project is built with Typescript and export all the relevant types.

---
_Source: https://npm.io/package/cryption-uikit-v2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
