Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 756 Bytes

File metadata and controls

31 lines (19 loc) · 756 Bytes

UI

Base for all kind of UI components used on an almost daily basis.

Elements

  • Accordion
  • Carousel
  • Lightbox
  • Slider

Documentation

Run this command to install all the necessary packages to run the Gulp file.

$ npm install

After that run the Gulp command to create the documentation

$ gulp docs

There will appear a docs directory in the project root.

Browser support

Basically the components are meant to be working in IE8+ and all modern browsers, since it leans mostly on CSS. This could however mean you'll have to use transitions if you want things to animate, in which case the browser support will change into IE10+ and all other modern browsers. But that ofcourse is all up to you.