# @enact/zircon

> A theme library for Enact, containing a variety of UI components.

Latest version **2.0.0-beta.1** (published 2018-05-07) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @enact/zircon
pnpm add @enact/zircon
yarn add @enact/zircon
bun add @enact/zircon
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0-beta.1 |
| Published | 2018-05-07 |
| First published | 2018-05-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 94.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | enact |
| Keywords | framework, toolkit, components, mobile, webOS |

## Links

- npm: https://www.npmjs.com/package/@enact/zircon
- Repository: https://github.com/enyojs/enact-theme-zircon
- Homepage: https://github.com/enyojs/enact-theme-zircon#readme
- Issues: https://github.com/enyojs/enact-theme-zircon/issues
- npm.io page: https://npm.io/package/@enact/zircon

## Dependencies (12)

- [eases](https://npm.io/package/eases.md) ~1.0.8
- [ramda](https://npm.io/package/ramda.md) ~0.24.1
- [react](https://npm.io/package/react.md) ^16.3.2
- [warning](https://npm.io/package/warning.md) ~3.0.0
- [@enact/ui](https://npm.io/package/@enact/ui.md) ^2.0.0-beta.1
- [invariant](https://npm.io/package/invariant.md) ~2.2.2
- [recompose](https://npm.io/package/recompose.md) ~0.23.5
- [classnames](https://npm.io/package/classnames.md) ~2.2.5
- [prop-types](https://npm.io/package/prop-types.md) ~15.6.0
- [@enact/core](https://npm.io/package/@enact/core.md) ^2.0.0-beta.1
- [@enact/i18n](https://npm.io/package/@enact/i18n.md) ^2.0.0-beta.1
- [@enact/spotlight](https://npm.io/package/@enact/spotlight.md) ^2.0.0-beta.1

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 2.0.0-beta.1 (latest) — 2018-05-07

## README

# @enact/zircon

> `@enact/zircon` contains the set of reusable components for an Enact-based application.

The Zircon theme includes ready-to-use components with default styling applied.

## Usage

```
import kind from '@enact/core/kind';
import Button from '@enact/zircon/Button';
import ZirconDecorator from '@enact/zircon/ZirconDecorator';

const MyApp = kind({
    name: 'MyApp',
    render: () => (<Button>Hello, Enact!</Button>);
});
const MyZirconApp = ZirconDecorator(MyApp);
```

> Note: The zircon decorator must be applied to the base component. This decorator also applies
`@enact/i18n/I18nDecorator`, `@enact/spotlight` and `@enact/ui/resolution` decorators.

## Install

```
npm install --save @enact/zircon
```

## Test

Tests are implemented in mocha and are run with the Karma runner.

```
npm test
```

## Copyright and License Information

Unless otherwise specified, all content, including all source code files and documentation files in this repository are:

Copyright (c) 2012-2018 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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