# simple-landing-le

> A simple-landing lit-element

Latest version **0.0.4** (published 2019-04-07) · 0 weekly downloads

## Install

```sh
npm install simple-landing-le
pnpm add simple-landing-le
yarn add simple-landing-le
bun add simple-landing-le
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2019-04-07 |
| First published | 2019-04-04 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | wendly |

## Links

- npm: https://www.npmjs.com/package/simple-landing-le
- npm.io page: https://npm.io/package/simple-landing-le

## Dependencies (3)

- [lit-element](https://npm.io/package/lit-element.md) 2.1.0
- [container-grid-le](https://npm.io/package/container-grid-le.md) latest
- [@webcomponents/webcomponentsjs](https://npm.io/package/@webcomponents/webcomponentsjs.md) 2.2.7

## Recent versions

- 0.0.4 (latest) — 2019-04-07
- 0.0.3 — 2019-04-07
- 0.0.2 — 2019-04-04
- 0.0.1 — 2019-04-04

## README

# simple-landing

## A simple-landing lit-element

Use a LitElement component

1. From your project folder, install the component from npm.

```bash
npm install --save simple-landing-le
```

Import the component.

In a JavaScript module:

```js
import 'simple-landing-le';
```

Or in HTML

```html
<script type="module">
  import './node_modules/responsive-flex-le/src/simple-landing.js';
</script>
```

OR

```html
<script
  type="module"
  src="./node_modules/responsive-flex-le/src/simple-landing.js"
></script>
```

3. Add the component to your application or component:

```html
<simple-landing></simple-landing>
```

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