CL-web-components provides a collection of Web Components used by Caltech Library in various web sites and projects.
The following are the components currently provided.
csv-textarea
: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table.
a-to-z-ul
: 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.
One additional helper module is currently provided, parseCSV.js
, that provides stringify and parse functions for CSV rows and strings.
- version: 0.0.4
- status: wip
- released: 2025-03-12
Bug fix correcting missing events of "focused" and "changed" in CSVTextarea.
- Doiel, R. S.
- Mistral
- Doiel, R. S.
Uses: - HTML5-compatible web browser