Skip to content

This is a collection of web components used in Caltech Library web applications.

License

Notifications You must be signed in to change notification settings

caltechlibrary/CL-web-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CL-web-components 0.0.4

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.

Release Notes

  • version: 0.0.4
  • status: wip
  • released: 2025-03-12

Bug fix correcting missing events of "focused" and "changed" in CSVTextarea.

Authors

  • Doiel, R. S.

Contributors

  • Mistral

Maintainers

  • Doiel, R. S.

Uses: - HTML5-compatible web browser

Related resources