siren-web-components
v1.0.1
Published
collection of web components for siren design
Readme
Siren Web Components
A Collection of reusable web components, currently supported:
- Carousel
Props :
| name | type | required | default | example | | :------------: | -------- | -------- | ------- | ------------------------------------------------ | | id | string | true | none | 'swiperid' | | className | string | true | none | 'exampleClassName' | | images | string[] | true | none | ['../images/image1.pdf', '../images/image2.pdf'] | | imgClassName | string | true | none | 'exampleImgClassName' | | loop | boolean | false | false | true | | centeredSlides | boolean | false | true | false | | slidesPerView | number | false | 1 | 1.25 | | spaceBetween | number | false | 0 | 20 | | intialSlide | number | false | 1 | 1.5 |
