Skip to content

Commit 596769e

Browse files
committed
readme
1 parent 95d0868 commit 596769e

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

README.md

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ _in active development_
77

88

99

10-
## Components
10+
## Basics
11+
12+
Copy the packaged file in [dist/acc-components.js](https://github.com/googlecreativelab/creatability-components/raw/dev/dist/acc-components.js) into your html file and you will receive the following HTML elements:
1113

1214
* [`<acc-button>`](https://googlecreativelab.github.io/creatability-components/docs/api/classes/_components_button_.buttonelement.html) - standard button
1315
* [`<acc-content>`](https://googlecreativelab.github.io/creatability-components/docs/api/classes/_components_content_.contentelement.html) - a container for main content. Easily pairs with inputs such as `<acc-pose-input>` and displays webcam for using body as cursor input.
@@ -76,29 +78,6 @@ input.initialize();
7678
7779
```
7880
79-
## Components
80-
81-
* `<acc-button>`
82-
* `<acc-content>`
83-
* `<acc-group>`
84-
* `<acc-input-mode-select>`
85-
* `<acc-item>`
86-
* `<acc-mouse-input>`
87-
* `<acc-optgroup>`
88-
* `<acc-pose-input>`
89-
* `<acc-range>`
90-
* `<acc-select>`
91-
* `<acc-side-panel>`
92-
* `<acc-slide>`
93-
* `<acc-slideshow>`
94-
* `<acc-snackbar>`
95-
* `<acc-toggle>`
96-
* `<acc-tutorial>`
97-
98-
* `<acc-radio-group>`
99-
* `<acc-radio>`
100-
101-
10281
### Input Event Cycle
10382
All input types dispatch the following events:
10483

0 commit comments

Comments
 (0)