# @smartdev1990/ame-uikit

> Set of UI components for Olive projects

Latest version **0.10.4** (published 2022-10-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @smartdev1990/ame-uikit
pnpm add @smartdev1990/ame-uikit
yarn add @smartdev1990/ame-uikit
bun add @smartdev1990/ame-uikit
```

## 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.10.4 |
| Published | 2022-10-07 |
| First published | 2022-10-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | smartdev1990 |

## Links

- npm: https://www.npmjs.com/package/@smartdev1990/ame-uikit
- Repository: https://github.com/SmartDev1990/newbrc-uikit
- Homepage: https://github.com/SmartDev1990/newbrc-uikit#readme
- Issues: https://github.com/SmartDev1990/newbrc-uikit/issues
- npm.io page: https://npm.io/package/@smartdev1990/ame-uikit

## Dependencies (5)

- [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/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.10.4 (latest) — 2022-10-07
- 0.10.3 — 2022-10-07
- 0.10.2 — 2022-10-07

## README

# 🫒 Olive UIkit

Olive UIkit is a set of React components and hooks used to build pages on Olive's apps. It also contains a theme file for dark and light mode.
This project is fork from pancakeswap-uikit

## Install

`yarn add @olive-dev/uikit`

## Setup

### Theme

Before using Pancake UIkit, you need to provide the theme file to styled-component.

```
import { ThemeProvider } from 'styled-components'
import { light, dark } from '@olive-dev/uikit'
...
<ThemeProvider theme={isDark}>...</ThemeProvider>
```

### Reset

A reset CSS is available as a global styled component.

```
import { ResetCSS } from '@olive-dev/uikit'
...
<ResetCSS />
```

### Types

This project is built with Typescript and export all the relevant types.

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