# artistry-ui

> A lightweight react UI component library developed with dumi.

Latest version **0.0.2** (published 2023-10-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install artistry-ui
pnpm add artistry-ui
yarn add artistry-ui
bun add artistry-ui
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2023-10-15 |
| First published | 2023-10-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 265.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | for_lizhuo |
| Keywords | react, component, components, typescript, frontend |

## Links

- npm: https://www.npmjs.com/package/artistry-ui
- Repository: https://github.com/For-lizhuo/artistry-ui
- Homepage: https://for-lizhuo.github.io/artistry-ui/guide
- Issues: https://github.com/For-lizhuo/artistry-ui/issues
- npm.io page: https://npm.io/package/artistry-ui

## Dependencies (7)

- [gh-pages](https://npm.io/package/gh-pages.md) ^6.0.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.23.1
- [use-eye-dropper](https://npm.io/package/use-eye-dropper.md) ^1.6.0
- [@ant-design/icons](https://npm.io/package/@ant-design/icons.md) ^5.2.6
- [styled-components](https://npm.io/package/styled-components.md) ^6.0.8
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.5
- [react-copy-to-clipboard](https://npm.io/package/react-copy-to-clipboard.md) ^5.1.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2023-10-15

## README

## Introduce

Artistry-UI is a lightweight **React** UI component library. It focuses on supporting the introduction of various personalized components outside of traditional components.

## Documentation

Visit [artistry-ui](https://for-lizhuo.github.io/artistry-ui/) to view the full documentation.

## Characteristics

- 📦 High quality React components out of the box.

- 🛡 Developed using **TypeScript** to provide a complete type definition file.

- 🎨 The ability to customize topics in depth for each detail.

- 💡 Vscode code hint highlighting support.

## Installation

Run one of the following commands to add artistry-ui to your project:

```bash
npm install artistry-ui
```

```bash
yarn add artistry-ui
```

```bash
pnpm add artistry-ui
```

## Usage

Create a new tsx file in the project and write it to:

```ts
import React from 'react';
import { Button } from 'artistry-ui';

const App: React.FC = () => {
  return (
    <div>
      <Button>Button</Button>
    </div>
  );
};
export default App;
```

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