# moondoge-uikit

> Set of UI components for moondoge projects

Latest version **1.2.7** (published 2021-08-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install moondoge-uikit
pnpm add moondoge-uikit
yarn add moondoge-uikit
bun add moondoge-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.2.7 |
| Published | 2021-08-04 |
| First published | 2021-04-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | clarencemock |

## Links

- npm: https://www.npmjs.com/package/moondoge-uikit
- Repository: https://github.com/moondogeswap/moondoge-toolkit/tree/master/packages/moondoge-uikit
- npm.io page: https://npm.io/package/moondoge-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.168
- [styled-system](https://npm.io/package/styled-system.md) ^5.1.5
- [@popperjs/core](https://npm.io/package/@popperjs/core.md) ^2.9.2
- [@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.2.7 (latest) — 2021-08-04
- 1.2.6 — 2021-07-19
- 1.2.5 — 2021-07-10
- 1.2.4 — 2021-07-10
- 1.2.3 — 2021-07-09
- 1.2.2 — 2021-07-08
- 1.2.1 — 2021-06-15
- 1.1.9 — 2021-06-15
- 1.1.8 — 2021-06-03
- 1.1.7 — 2021-06-03
- 1.1.6 — 2021-06-02
- 1.1.5 — 2021-05-20
- 1.1.4 — 2021-05-20
- 1.1.3 — 2021-05-20
- 1.1.2 — 2021-05-14
- … 10 more at https://npm.io/package/moondoge-uikit/versions

## README

# 🥞 MoonDgoe UIkit

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

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

## Install

`yarn add moondoge-uikit`

## Setup

### Theme

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

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

### Reset

A reset CSS is available as a global styled component.

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

### Types

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

## How to use the UIkit

If you want to use components from the UIkit, check the [Storybook documentation](https://moondogeswap.github.io/moondoge-uikit/)

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