# @esserun/admin-ui.container

> Container ui

Latest version **1.0.7-alpha.0** (published 2019-08-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @esserun/admin-ui.container
pnpm add @esserun/admin-ui.container
yarn add @esserun/admin-ui.container
bun add @esserun/admin-ui.container
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7-alpha.0 |
| Published | 2019-08-06 |
| First published | 2019-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 87.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Simone Pozzobon |
| Maintainers | simonepozzobon |

## Links

- npm: https://www.npmjs.com/package/@esserun/admin-ui.container
- Repository: https://github.com/simonepozzobon/admin-ui
- Homepage: https://www.npmjs.com/package/admin-ui.container
- Issues: https://github.com/simonepozzobon/admin-ui/issues
- npm.io page: https://npm.io/package/@esserun/admin-ui.container

## Recent versions

- 1.0.7-alpha.0 (latest) — 2019-08-06

## README

# admin-ui.container

> Container ui

## Installation

### Directly in the browser

Drop the component in with a `<script>` tag alongside Vue:

```html
<div id="app">
<!-- ... use component here ... -->
</div>

<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/admin-ui.container"></script>
<script>
new Vue({ el: '#app' })
</script>
```

### In a module system

Install the component with NPM:

```bash
npm install admin-ui.container
```

Then import the component:

```js
import Container from '@esserun/admin-ui.container'
```

And either globally register it for use in all components:

```js
Vue.component(Container, 'container')
```

or locally register it for use in an individual component:

```js
export default {
components: { Container }
}
```

## Usage

```html
<container></container>
```

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