# @artemelka/react-components

> library of react ui components

Latest version **0.7.7** (published 2021-05-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @artemelka/react-components
pnpm add @artemelka/react-components
yarn add @artemelka/react-components
bun add @artemelka/react-components
```

## Health

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

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

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.7 |
| Published | 2021-05-25 |
| First published | 2020-12-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 209 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Artemelka |
| Maintainers | artemelka |
| Keywords | react, typescript, ui-kit, css-modules |

## Links

- npm: https://www.npmjs.com/package/@artemelka/react-components
- Homepage: http://.
- npm.io page: https://npm.io/package/@artemelka/react-components

## Dependencies (5)

- [node-sass](https://npm.io/package/node-sass.md) 4.14.1
- [postcss-scss](https://npm.io/package/postcss-scss.md) 3.0.4
- [postcss-normalize](https://npm.io/package/postcss-normalize.md) 8.0.1
- [postcss-preset-env](https://npm.io/package/postcss-preset-env.md) 6.7.0
- [postcss-flexbugs-fixes](https://npm.io/package/postcss-flexbugs-fixes.md) 4.2.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.7.7 (latest) — 2021-05-25
- 0.7.6 — 2021-03-02
- 0.7.5 — 2021-02-24
- 0.7.2 — 2021-02-21
- 0.7.0 — 2021-02-15
- 0.6.0 — 2021-02-08
- 0.5.0 — 2021-01-30
- 0.4.0 — 2021-01-30
- 0.3.0 — 2021-01-27
- 0.1.1 — 2020-12-24
- 0.1.0 — 2020-12-24
- 0.0.0-alfa-7 — 2020-12-15
- 0.0.0-alfa-6 — 2020-12-15
- 0.0.0-alfa-5 — 2020-12-15
- 0.0.0-alfa-4 — 2020-12-15
- … 2 more at https://npm.io/package/@artemelka/react-components/versions

## README

<h1 align="center">react-components</h1>

## Installation
react-components is available as an [npm package](https://www.npmjs.com/package/@artemelka/react-components).

```sh
// with npm
npm i @artemelka/react-components

// with yarn
yarn add @artemelka/react-components
```

## Usage

Here is a quick example to get you started, **it's all you need**:

```jsx
import * as React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@artemelka/react-components';

function App() {
  return <Button value="text" />;
}

ReactDOM.render(<App />, document.querySelector('#app'));
```

## Examples

Are you looking for an example project to get started?
[I host some](http://www.uikit.artemelka.ru/).

## Documentation

Check out our [documentation website](http://www.uikit.artemelka.ru/).

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