Sha256: 8fe1513106a879350d0c58f80aa85295bff36c8ccc90f04b6bdb89c1e2382a80

Contents?: true

Size: 643 Bytes

Versions: 30

Compression:

Stored size: 643 Bytes

Contents

{% comment %}
  Este elemento colocado en el mismo nivel que un elemento con la clase
  toggled permite ocultarlo o mostrarlo.

  @see toggler_label.html
  @param :id [String] La ID
  @param :toggled_class [String] Las clases del elemento toggled
  @param :toggled_content [String] El contenido del elemento toggled
{% endcomment %}
<input
  type="checkbox"
  class="toggler sr-only"
  data-action="body-scroll#toggle"
  autocomplete="off"
  id="{{ include.id }}"
  name="{{ include.id }}"
  aria-labelledby="{{ include.id }}-label" />

<div class="toggled position-absolute {{ include.toggled_class }}">
	{{ include.toggled_content }}
</div>

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
radios-comunitarias-jekyll-theme-0.3.0rc1 _includes/toggler/toggler.html
empresa-recuperada-jekyll-theme-0.2.6 _includes/toggler/toggler.html
compost-jekyll-theme-0.2.3 _includes/toggler/toggler.html
empresa-recuperada-jekyll-theme-0.2.5 _includes/toggler/toggler.html
empresa-recuperada-jekyll-theme-0.2.4 _includes/toggler/toggler.html
empresa-recuperada-jekyll-theme-0.2.3 _includes/toggler/toggler.html
empresa-recuperada-jekyll-theme-0.2.2 _includes/toggler/toggler.html
empresa-recuperada-jekyll-theme-0.2.1 _includes/toggler/toggler.html
empresa-recuperada-jekyll-theme-0.2.0 _includes/toggler/toggler.html
compost-jekyll-theme-0.2.2 _includes/toggler/toggler.html
compost-jekyll-theme-0.2.1 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.18 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.17 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.16 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.15 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.14 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.13 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.12 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.11 _includes/toggler/toggler.html
compost-jekyll-theme-0.1.10 _includes/toggler/toggler.html