Skip to content

Commit 56c8899

Browse files
committed
list components in readme
1 parent a3db010 commit 56c8899

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ A simple example of including the library then supporting mouse/keyboard and bod
1212

1313
```html
1414
<body>
15-
<!-- webcomponents-loader.js will load polyfills only for browsers not supporting Shadow DOM v1 -->
16-
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.0.2/webcomponents-loader.js"></script>
15+
<!-- webcomponents-loader loads polyfills only for browsers not supporting Shadow DOM -->
16+
<script src="//cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/2.0.2/webcomponents-loader.js"></script>
1717
<script src="dist/acc-components.min.js"></script>
1818

1919
<acc-input-mode-select>
@@ -55,6 +55,28 @@ input.initialize();
5555
5656
```
5757
58+
## Components
59+
60+
* `<acc-button>`
61+
* `<acc-content>`
62+
* `<acc-group>`
63+
* `<acc-input-mode-select>`
64+
* `<acc-item>`
65+
* `<acc-mouse-input>`
66+
* `<acc-optgroup>`
67+
* `<acc-pose-input>`
68+
* `<acc-range>`
69+
* `<acc-select>`
70+
* `<acc-side-panel>`
71+
* `<acc-slide>`
72+
* `<acc-slideshow>`
73+
* `<acc-snackbar>`
74+
* `<acc-toggle>`
75+
* `<acc-tutorial>`
76+
77+
* `<acc-radio-group>`
78+
* `<acc-radio>`
79+
5880
5981
### Input Event Cycle
6082
All input types dispatch the following events:

0 commit comments

Comments
 (0)