# @talves/itui-use-isolated-theme-context

> A

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

## Install

```sh
npm install @talves/itui-use-isolated-theme-context
pnpm add @talves/itui-use-isolated-theme-context
yarn add @talves/itui-use-isolated-theme-context
bun add @talves/itui-use-isolated-theme-context
```

## 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 | 1 |
| Unpacked size | 9.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tony Alves |
| Maintainers | talves |

## Links

- npm: https://www.npmjs.com/package/@talves/itui-use-isolated-theme-context
- 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-use-isolated-theme-context

## Dependencies (1)

- [@emotion/core](https://npm.io/package/@emotion/core.md) ^10.0.0

## Recent versions

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

## README

# @talves/itui-use-isolated-theme-context

A 

**Note:** *This package is included in the main `itui` package, and generally should not be used on its own.*

```js
export {
  Context, // A default Context Provider used by core
  useThemeUI, // A default hook for the default Context
  createContext, // creates a Context Provider
  useIsolatedThemeUI, // Hook to use an isolated context provider to get theme
}

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