# @openscreen/ui-kit

> Openscreen UI Kit

Latest version **0.3.4** (published 2023-07-25) · Apache-2.0 license · 0 weekly downloads

## Install

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

## Health

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

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

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.4 |
| Published | 2023-07-25 |
| First published | 2023-02-24 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 10 |
| Unpacked size | 5.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Openscreen Inc. |
| Maintainers | marc-openscreen |

## Links

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

## Dependencies (10)

- [jszip](https://npm.io/package/jszip.md) 3.10.0
- [victory](https://npm.io/package/victory.md) 36.5.3
- [contentful](https://npm.io/package/contentful.md) 9.1.13
- [file-saver](https://npm.io/package/file-saver.md) 2.0.5
- [react-quill](https://npm.io/package/react-quill.md) 2.0.0
- [framer-motion](https://npm.io/package/framer-motion.md) 6.3.3
- [react-colorful](https://npm.io/package/react-colorful.md) 5.6.1
- [qr-code-styling](https://npm.io/package/qr-code-styling.md) 1.6.0-rc.1
- [react-hook-form](https://npm.io/package/react-hook-form.md) 7.27.1
- [@headlessui/react](https://npm.io/package/@headlessui/react.md) 1.6.6

## Recent versions

- 0.3.4 (latest) — 2023-07-25
- 0.3.3 — 2023-07-21
- 0.3.2 — 2023-07-04
- 0.3.1 — 2023-06-23
- 0.3.0 — 2023-06-16
- 0.2.0 — 2023-05-05
- 0.1.0 — 2023-02-24

## README

# Openscreen's React Component library

This is a public component library built with React, TypeScript, and SCSS. The library is designed to provide a collection of reusable UI components that can be easily integrated into any React application.
## Getting started

To get started with using the component library, you can install it from npm:

```bash
npm install @openscreen/ui-kit
```

Once the library is installed, you can import the components into your React application and start using them:

```jsx
import { Button } from '@openscreen/ui-kit';

function App() {
  return (
    <div>
      <Button>Click me</Button>
    </div>
  );
}
```
## Available Components and Documentation
Coming soon...

## License

This component library is licensed under the Apache-2.0 License. See the LICENSE file for more information.

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