https://github.com/umd-lib/search-web-components
A public fork of Drupal Search Web Components for internally developed features
https://github.com/umd-lib/search-web-components
Last synced: 12 days ago
JSON representation
A public fork of Drupal Search Web Components for internally developed features
- Host: GitHub
- URL: https://github.com/umd-lib/search-web-components
- Owner: umd-lib
- License: gpl-2.0
- Created: 2025-08-07T15:55:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-06-01T16:56:30.000Z (14 days ago)
- Last Synced: 2026-06-01T18:23:35.524Z (14 days ago)
- Language: TypeScript
- Size: 977 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Search Web Components
This is a public fork of
used for internally developed features.
Stable version: 1.0.0
Development version: 2.x
## Building
To build the components into JS:
```bash
cd lit/
npm run build && rollup -c
```
The app can then be deployed.