# @novem-ui/base

> Shared styles among novem-ui

Latest version **0.0.2-alpha.5** (published 2022-01-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @novem-ui/base
pnpm add @novem-ui/base
yarn add @novem-ui/base
bun add @novem-ui/base
```

## Health

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

Positive: has types; no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2-alpha.5 |
| Published | 2022-01-18 |
| First published | 2022-01-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 136.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Leonel Vieyra |
| Maintainers | leonelv |

## Links

- npm: https://www.npmjs.com/package/@novem-ui/base
- Repository: https://github.com/jdrets/novem-ui
- Homepage: https://github.com/jdrets/novem-ui/tree/main/packages/base#readme
- Issues: https://github.com/jdrets/novem-ui/issues
- npm.io page: https://npm.io/package/@novem-ui/base

## Dependencies (2)

- [csstype](https://npm.io/package/csstype.md) ^3.0.8
- [lodash.get](https://npm.io/package/lodash.get.md) ^4.4.2

## Recent versions

- 0.0.2-alpha.5 (latest) — 2022-01-18
- 0.0.2-alpha.4 — 2022-01-18
- 0.0.2-alpha.3 — 2022-01-18
- 0.0.2-alpha.2 — 2022-01-18
- 0.0.2-alpha.1 — 2022-01-18
- 0.0.2-alpha.0 — 2022-01-18

## README

# Novem UI

Novem UI is a frontend components library for React. (Currently on alpha)

It's based on a monorepo architecture and it's built with babel, typescript and emotion.


## Packages

- [@novem-ui/avatar](./packages/avatar/README.md)
- [@novem-ui/badge](./packages/badge/README.md)
- [@novem-ui/base](./packages/base/README.md)
- [@novem-ui/button](./packages/button/README.md)
- [@novem-ui/checkbox](./packages/checkbox/README.md)
- [@novem-ui/core](./packages/core/README.md)
- [@novem-ui/input](./packages/input/README.md)
- [@novem-ui/layout](./packages/layout/README.md)
- [@novem-ui/message](./packages/message/README.md)
- [@novem-ui/switch](./packages/switch/README.md)
- [@novem-ui/text](./packages/text/README.md)
- [@novem-ui/theme](./packages/theme/README.md)

## Installation

With npm:
```bash
npm install @emotion/react@11.4.0 @emotion/styled@11.3.0 @icon-park/react@^1.3.3 @novem-ui/core
```
    
or with yarn

```bash
yarn add @emotion/react@11.4.0 @emotion/styled@11.3.0 @icon-park/react@^1.3.3 @novem-ui/core
```


## Authors

- [@leonelv](https://www.github.com/leonelv)
- [@jdrets](https://www.github.com/jdrets)
- Camila Fernandez

## License

[MIT](https://choosealicense.com/licenses/mit/)

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