Skip to content

Commit 7a6b4c5

Browse files
Katejustinfagnani
authored andcommitted
Remove "Quick Start" section from Introduction (#552)
Feedback was that this is confusing - removing it
1 parent 3949fcb commit 7a6b4c5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/_guide/index.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,9 @@ LitElement uses [lit-html](https://lit-html.polymer-project.org/) to render into
1616

1717
To build an app out of LitElement components, check out [PWA Starter Kit](https://pwa-starter-kit.polymer-project.org/).
1818

19-
## Quick start
20-
21-
Install:
22-
23-
```bash
24-
npm install --save lit-element
25-
```
26-
27-
Import:
28-
29-
```js
30-
import { LitElement, html } from 'lit-element';
31-
```
32-
33-
[Download a sample LitElement project](https://github.com/PolymerLabs/start-lit-element).
34-
3519
## Next steps
3620

3721
* [Getting Started](/guide/start): Set up LitElement and create a component.
3822
* [Templates](/guide/templates): Write templates with lit-html syntax.
3923
* [Properties](/guide/properties): Manage properties and attributes.
4024
* [Lifecycle](/guide/lifecycle): Work with the LitElement lifecycle API.
41-

0 commit comments

Comments
 (0)