# @coveliving/components

> Reusable React components library with TypeScript and TailwindCSS

Latest version **0.0.9** (published 2021-11-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install @coveliving/components
pnpm add @coveliving/components
yarn add @coveliving/components
bun add @coveliving/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.0.9 |
| Published | 2021-11-11 |
| First published | 2021-10-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | chimit |
| Maintainers | redgin, chimit |

## Links

- npm: https://www.npmjs.com/package/@coveliving/components
- npm.io page: https://npm.io/package/@coveliving/components

## Recent versions

- 0.0.9 (latest) — 2021-11-11
- 0.0.8 — 2021-11-11
- 0.0.7 — 2021-11-11
- 0.0.6 — 2021-11-11
- 0.0.5 — 2021-11-10
- 0.0.4 — 2021-11-10
- 0.0.3 — 2021-11-10
- 0.0.2 — 2021-11-10
- 0.0.1 — 2021-10-29

## README

# Components library

Reusable React components library with TypeScript and TailwindCSS

## How to install

Run this command in your repository:

```bash
npm install @coveliving/components
```

Then, import any component in your application:

```bash
import { Button } from "@coveliving/components";
```

Finally, import the `styles.css` file from `@coveliving/components` into your project (where you usually import your global .css file, e.g. in your `_app.jsx` in Next.js project):

```bash
import "@coveliving/components/dist/styles.css";
```

## How to contribute

This is a [React](https://github.com/facebook/react/) project with [TypeScript](https://github.com/microsoft/TypeScript) and [TailwindCSS](https://github.com/tailwindlabs/tailwindcss). To create and add a new component into library clone this repo from the GitHub and run:

```bash
npm install
```

To publish updated components:

- run `npm run build` - it will purge the .css file through PostCSS plugin and compile .tsx files into .js through TypeSctipt compiler
- change the version of library in `package.json` according to semver
- run `npm publish`

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