# @xtek/uikit

> Set of UI components for camly projects

Latest version **1.0.0** (published 2022-02-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @xtek/uikit
pnpm add @xtek/uikit
yarn add @xtek/uikit
bun add @xtek/uikit
```

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-02-21 |
| First published | 2022-02-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | phamlegiabao |

## Links

- npm: https://www.npmjs.com/package/@xtek/uikit
- npm.io page: https://npm.io/package/@xtek/uikit

## Dependencies (7)

- [lodash](https://npm.io/package/lodash.md) ^4.17.20
- [react-popper](https://npm.io/package/react-popper.md) ^2.2.5
- [@types/lodash](https://npm.io/package/@types/lodash.md) ^4.14.162
- [styled-system](https://npm.io/package/styled-system.md) ^5.1.5
- [@popperjs/core](https://npm.io/package/@popperjs/core.md) ^2.11.0
- [@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

- 1.0.0 (latest) — 2022-02-21
- 0.3.0 — 2022-02-21
- 0.2.4 — 2022-02-21

## README

# 🥞 XTEK UIkit

[![Version](https://img.shields.io/npm/v/@xtek/uikit)](https://www.npmjs.com/package/@xtek/uikit) [![Size](https://img.shields.io/bundlephobia/min/@xtek/uikit)](https://www.npmjs.com/package/@xtek/uikit)

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

## Install

`yarn add @xtek/uikit`

## Setup

### Theme

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

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

### Reset

A reset CSS is available as a global styled component.

```
import { ResetCSS } from '@xtek/uikit'
...
<ResetCSS />
```

### Types

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

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