-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathweb-components.yml
45 lines (40 loc) · 1010 Bytes
/
web-components.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Web components used in UI
# TODO: Make a list of all components (with description) and some scripts to:
# - Generate web-components.html to import
# - Generate Elm source files a'la UI/App/Layout.elm
collections:
paper:
name: Paper Elements
components:
# paper-ui-elements
- paper-badge
- paper-button
- paper-card
- paper-dropdown-menu
- paper-icon-button
- paper-item
- paper-menu-button
- paper-progress
- paper-spinner
- paper-swatch-picker
- paper-tabs
- paper-toolbar
- paper-tooltip
- paper-styles
# paper-input-elements
- paper-checkbox
- paper-dropdown-menu
- paper-input
- paper-listbox
- paper-radio-button
- paper-radio-group
- paper-slider
- paper-toggle-button
iron:
name: Iron UI Elements
components:
- iron-icons # Required for paper-icon-button
app:
name: App UI element
components:
- app-layout