Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyneu committed Aug 13, 2020
1 parent 5376c09 commit ad73537
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion js/ui/sick_slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { showElement, hide, hideElement } from './html_element.js';


/**
* A Slider UI element. Also requires styles from sick_slider.css.
* A slider UI element.
*
* Example
* -------
Expand All @@ -14,6 +14,7 @@ import { showElement, hide, hideElement } from './html_element.js';
* onChange: function(value, position){ ... }
* });
*
*
* HTML
* ------
*
Expand All @@ -25,6 +26,14 @@ import { showElement, hide, hideElement } from './html_element.js';
* </div>
* </div>
*
*
* CSS
* ------
*
* Include .SickSlider-* and TwoGalaxies--isHidden CSS styles
* from two_galaxies.css
*
*
* Manually update the slider
* -----------------------------
*
Expand Down

0 comments on commit ad73537

Please sign in to comment.