https://github.com/edgeworkscreative/ewc-slides
:point_up_2: Lightweight slider component built with StencilJS
https://github.com/edgeworkscreative/ewc-slides
Last synced: 24 days ago
JSON representation
:point_up_2: Lightweight slider component built with StencilJS
- Host: GitHub
- URL: https://github.com/edgeworkscreative/ewc-slides
- Owner: edgeworkscreative
- License: mit
- Created: 2018-08-14T01:17:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T15:10:38.000Z (almost 7 years ago)
- Last Synced: 2025-03-17T22:25:10.772Z (4 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@edgeworkscreative/ewc-slides
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Edgeworks Creative Slides Component
A lightweight slider component built with StencilJS.
#### Stencil components are just Web Components, so they work in any major framework or with no framework at all.
## Example
```html
![]()
![]()
![]()
![]()
![]()
```
## Documentation
- [ewc-slides](https://github.com/edgeworkscreative/EWC-Slides/blob/master/src/components/ewc-slides/readme.md)
- [ewc-slide](https://github.com/edgeworkscreative/EWC-Slides/blob/master/src/components/ewc-slide/readme.md)## Using this component
### Script tag
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc### Node Modules
- Run `npm install @edgeworkscreative/ewc-slides --save`
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc### In a stencil-starter app
- Run `npm install @edgeworkscreative/ewc-slides --save`
- Add an import to the npm packages `import '@edgeworkscreative/ewc-slides';`
- Then you can use the element anywhere in your template, JSX, html etc## Stencil
Stencil is a compiler for building fast web apps using Web Components.
Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.