# @maksymholovatyidev/ui-kit

> This project allows you to create elements as well as their additional properties and styles which can be conveniently viewed using the storybook.

Latest version **0.1.1** (published 2023-10-26) · 0 weekly downloads

## Install

```sh
npm install @maksymholovatyidev/ui-kit
pnpm add @maksymholovatyidev/ui-kit
yarn add @maksymholovatyidev/ui-kit
bun add @maksymholovatyidev/ui-kit
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2023-10-26 |
| First published | 2023-10-24 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 20 |
| Unpacked size | 857.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | maksymholovatyidev |

## Links

- npm: https://www.npmjs.com/package/@maksymholovatyidev/ui-kit
- npm.io page: https://npm.io/package/@maksymholovatyidev/ui-kit

## Dependencies (20)

- [pify](https://npm.io/package/pify.md) ^2.3.0
- [sass](https://npm.io/package/sass.md) ^1.69.4
- [react](https://npm.io/package/react.md) ^18.2.0
- [globby](https://npm.io/package/globby.md) ^6.1.0
- [pinkie](https://npm.io/package/pinkie.md) ^2.0.4
- [commander](https://npm.io/package/commander.md) ^11.1.0
- [react-dom](https://npm.io/package/react-dom.md) ^18.2.0
- [react-svg](https://npm.io/package/react-svg.md) ^16.1.29
- [array-uniq](https://npm.io/package/array-uniq.md) ^1.0.3
- [filenamify](https://npm.io/package/filenamify.md) ^4.3.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.1
- [array-union](https://npm.io/package/array-union.md) ^1.0.2
- [strip-outer](https://npm.io/package/strip-outer.md) ^1.0.1
- [@types/react](https://npm.io/package/@types/react.md) ^18.2.31
- [trim-repeated](https://npm.io/package/trim-repeated.md) ^1.0.0
- [pinkie-promise](https://npm.io/package/pinkie-promise.md) ^2.0.1
- [email-addresses](https://npm.io/package/email-addresses.md) ^5.0.0
- [@types/react-dom](https://npm.io/package/@types/react-dom.md) ^18.2.14
- [escape-string-regexp](https://npm.io/package/escape-string-regexp.md) ^1.0.5
- [filename-reserved-regex](https://npm.io/package/filename-reserved-regex.md) ^2.0.0

## Recent versions

- 0.1.1 (latest) — 2023-10-26
- 0.1.0 — 2023-10-26
- 0.0.9 — 2023-10-24
- 0.0.8 — 2023-10-24
- 0.0.7 — 2023-10-24
- 0.0.6 — 2023-10-24
- 0.0.5 — 2023-10-24
- 0.0.4 — 2023-10-24
- 0.0.3 — 2023-10-24
- 0.0.2 — 2023-10-24
- 0.0.1 — 2023-10-24
- 0.0.0 — 2023-10-24

## README

# Description

This project allows you to create elements as well as their additional properties and styles which can be conveniently viewed using the storybook.

# To run project

```bash
npm i
npm run storybook
# or
yarn install
yarn storybook
```

# Figma

[Link](<https://www.figma.com/file/myGz1Yg0wvppvxm6PsU8T7/%F0%9F%93%99-Component-library-(Community)?node-id=3050%3A0&mode=dev>) to figma.

# Deployed application

[Link](https://maksymholovatyidev.github.io/ui-kit/?path=/docs/configure-your-project--docs) to deployed application.

# React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

## Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

- Configure the top-level `parserOptions` property like this:

```js
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
```

- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list

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