https://github.com/travelopia/web-components
@travelopia/web-components
https://github.com/travelopia/web-components
Last synced: 5 months ago
JSON representation
@travelopia/web-components
- Host: GitHub
- URL: https://github.com/travelopia/web-components
- Owner: Travelopia
- License: mit
- Created: 2023-11-02T04:32:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T10:50:32.000Z (6 months ago)
- Last Synced: 2026-01-15T11:55:24.755Z (6 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@travelopia/web-components
- Size: 913 KB
- Stars: 11
- Watchers: 11
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Components

Accessible web components for the modern web.
Built by the super talented team at Travelopia.
### Installation
`npm i @travelopia/web-components`
### Development
* Pull requests are welcome.
* Start the environment with a local server of your choice, for example: `php -S localhost:3000`.
* Run `npm run dev`.
* Then let's say you want to work on the slider component. Go to [http://localhost:3000/src/slider](http://localhost:3000/src/slider)