Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newk5/stak-components
A collection of single file, zero dependency, self contained web components
https://github.com/newk5/stak-components
Last synced: 3 months ago
JSON representation
A collection of single file, zero dependency, self contained web components
- Host: GitHub
- URL: https://github.com/newk5/stak-components
- Owner: newk5
- License: mit
- Created: 2022-03-20T22:26:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T23:06:17.000Z (12 months ago)
- Last Synced: 2024-10-10T18:59:42.468Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stak-components
A collection of single file, zero dependency, self contained web components
[Showcase](https://newk5.github.io/stak-components/)
The goal behind these components is to provide a collection of self contained components which don't depend on any external dependencies or any other files.
All components are a single javascript file each, with css already included (default style), but still provide the ability to customize it if need be. To use them, all you
need to do is import the component javascript file in your HTML page and that's it. These components are framework agnostic and should work with any framework you
choose to use, or without any framework at all. Contributions are welcome, I only ask that no dependencies are introduced and that the components remain 1 file only
since the main goals here are simplicity and reliance on web standards.## Usage
Check the [wiki](https://github.com/newk5/stak-components/wiki) and see [index.html](https://github.com/newk5/stak-components/blob/master/index.html) file for more details