# @talves/itui-core

> Core Emotion and JSX implementation for Theme UI uses an isolated context to return

Latest version **0.3.0-alpha.0** (published 2020-01-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @talves/itui-core
pnpm add @talves/itui-core
yarn add @talves/itui-core
bun add @talves/itui-core
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0-alpha.0 |
| Published | 2020-01-09 |
| First published | 2020-01-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 40.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tony Alves |
| Maintainers | talves |

## Links

- npm: https://www.npmjs.com/package/@talves/itui-core
- Repository: https://github.com/talves/theme-ui
- Homepage: https://github.com/talves/theme-ui#readme
- Issues: https://github.com/talves/theme-ui/issues
- npm.io page: https://npm.io/package/@talves/itui-core

## Dependencies (3)

- [deepmerge](https://npm.io/package/deepmerge.md) ^4.2.2
- [@emotion/core](https://npm.io/package/@emotion/core.md) ^10.0.0
- [@theme-ui/css](https://npm.io/package/@theme-ui/css.md) ^0.3.0-alpha.0

## Recent versions

- 0.3.0-alpha.0 (latest) — 2020-01-09

## README

# @talves/itui-core

Core Emotion and JSX implementation for Theme UI uses an isolated context to return 

**Note:** *This package is included in the main `itui` package, and generally should not be used on its own.*

```sh
yarn add @talves/itui-core
```

## API

- `ThemeProvider`
- `createThemeProvider`

```js
const IsolatedContext = createContext() // 
const {
  Context,
  ThemeProvider,
  useIsolatedThemeUI,
  ColorModeProvider,
  useColorMode,
} = createThemeProvider(IsolatedContext)
```

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