You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about.md
+18-15Lines changed: 18 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ abstract: "CL-web-components provides a collection of Web Components used by Cal
5
5
The following are the components currently provided.
6
6
7
7
8
-
`ul-a-to-z`
8
+
`ul-a-to-z`
9
9
: This component takes an innerHTML containing a UL list. The UL list is then turned into an A to Z navigatable UL List. If JavaScript is unavailable then the innerHTML UL remains as a fallback.
10
10
11
-
`textarea-csv`
11
+
`textarea-csv`
12
12
: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table.
13
13
14
-
`textarea-agent-list`
14
+
`textarea-agent-list`
15
15
: This element wraps a textarea containing a list of agents expressed as JSON.
16
16
17
-
`table-sortable`
17
+
`table-sortable`
18
18
: This is a component that takes an innerHTML containing table. It makes the table sortable by the column headings and provides a filter input that lets you enter text to filter by and pick a column to filter on."
19
19
authors:
20
20
- family_name: Doiel
@@ -54,12 +54,12 @@ About this software
54
54
55
55
## CL-web-components 0.0.13
56
56
57
-
This release includes a re-organization of the project source code. Editable code is now maintained in `src/`. The bundled versions
58
-
are retained in the root of the repository. Distribution versions are generating in the `dist/` directory.
57
+
This release includes a re-organization of the project source code. Editable code is now maintained in `src/`. The bundled versions
58
+
are retained in the root of the repository. Distribution versions are generating in the `dist/` directory.
59
59
60
60
Deno 2.4.2 or better is now a requirement to build the bundled versions.
61
61
62
-
Two new web components are now included, `<footer-global></footer-global>` and `<footer-global-lite></footer-global-lite>`.
62
+
Two new web components are now included, `<footer-global></footer-global>` and `<footer-global-lite></footer-global-lite>`.
63
63
64
64
### Authors
65
65
@@ -79,18 +79,21 @@ CL-web-components provides a collection of Web Components used by Caltech Librar
79
79
The following are the components currently provided.
80
80
81
81
82
-
`ul-a-to-z`
82
+
`ul-a-to-z`
83
83
: This component takes an innerHTML containing a UL list. The UL list is then turned into an A to Z navigatable UL List. If JavaScript is unavailable then the innerHTML UL remains as a fallback.
84
84
85
-
`textarea-csv`
85
+
`textarea-csv`
86
86
: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table.
87
87
88
-
`textarea-agent-list`
88
+
`textarea-agent-list`
89
89
: This element wraps a textarea containing a list of agents expressed as JSON.
90
90
91
-
`table-sortable`
91
+
`table-sortable`
92
92
: This is a component that takes an innerHTML containing table. It makes the table sortable by the column headings and provides a filter input that lets you enter text to filter by and pick a column to filter on.
93
93
94
+
`global-footer`
95
+
: This provides a library branded footer for library-maintained applications. Provides a full footer and a lite version, both with content customizations available per application.
0 commit comments