# stinodes-ui

> ### Opiniated building blocks for modern web-apps

Latest version **0.0.1-beta.24** (published 2022-05-25) · 0 weekly downloads

## Install

```sh
npm install stinodes-ui
pnpm add stinodes-ui
yarn add stinodes-ui
bun add stinodes-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.1-beta.24 |
| Published | 2022-05-25 |
| First published | 2021-05-14 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 1.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | stinodes |

## Links

- npm: https://www.npmjs.com/package/stinodes-ui
- npm.io page: https://npm.io/package/stinodes-ui

## Dependencies (6)

- [ramda](https://npm.io/package/ramda.md) ^0.27.1
- [polished](https://npm.io/package/polished.md) ^4.1.3
- [styled-system](https://npm.io/package/styled-system.md) ^5.1.5
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.2
- [@styled-system/theme-get](https://npm.io/package/@styled-system/theme-get.md) ^5.1.2
- [@styled-system/should-forward-prop](https://npm.io/package/@styled-system/should-forward-prop.md) ^5.1.5

## Recent versions

- 0.0.1-beta.24 (latest) — 2022-05-25
- 0.0.1-beta.23 — 2022-04-28
- 0.0.1-beta.22 — 2022-04-27
- 0.0.1-beta.21 — 2022-04-26
- 0.0.1-beta.20 — 2022-04-26
- 0.0.1-beta.19 — 2022-04-26
- 0.0.1-beta.18 — 2022-04-26
- 0.0.1-beta.17 — 2022-04-26
- 0.0.1-beta.16 — 2022-04-26
- 0.0.1-beta.15 — 2022-04-13
- 0.0.1-beta.14 — 2022-04-07
- 0.0.1-beta.13 — 2022-04-07
- 0.0.1-beta.12 — 2022-04-07
- 0.0.1-beta.11 — 2022-04-07
- 0.0.1-beta.10 — 2022-04-07
- … 11 more at https://npm.io/package/stinodes-ui/versions

## README

# stinodes-ui ![npm](https://img.shields.io/npm/v/stinodes-ui?style=for-the-badge)

### Opiniated building blocks for modern web-apps

This library contains components, both primitive and complex, that are often used in modern web-apps.  
The components are for [React](https://reactjs.org/) built using [Emotion](https://emotion.sh/docs/introduction) and [Styled System](https://styled-system.com/).

## Installation

Installing the components is easily done through yarn (or npm if you so prefer):

```
$ yarn add stinodes-ui
```

```
$ npm install --save stinodes-ui
```

These rely on several peer-dependencies, which you are to install yourself:

- `react`
- `react-dom`
- `@emotion/react`
- `@emotion/styled`
- `emotion-theming`

Installing everything in one go:

```
$ yarn add stinodes-ui react react-dom @emotion/react @emotion/styled emotion-theming
```

```
$ npm install --save stinodes-ui react react-dom @emotion/react @emotion/styled emotion-theming
```

## Usage

All components are named exports.
Documentation and Storybook-powered demo incoming.

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