Sha256: a6ad96c1cb96832fc034e66d72c35553ef0bab5e8529d79e985a2ada14359d34

Contents?: true

Size: 699 Bytes

Versions: 64

Compression:

Stored size: 699 Bytes

Contents

<div class="table-container">
  <table class="table is-bordered {{ table_class }}">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
        <th>Values</th>
      </tr>
    </thead>
    <tfoot>
      <tr>
        <th>Name</th>
        <th>Description</th>
        <th>Values</th>
      </tr>
    </tfoot>
    <tbody>
      {% for event in site.data.events %}
      <tr>
        <td>
          <code style="white-space: nowrap;">{{ event.name }}</code>
        </td>
        <td>
          <span>{{ event.description }}</span>
        </td>
        <td>
          <code>{{ event.parameters }}</code>
        </td>
      </tr>
      {% endfor %}
    </tbody>
  </table>
</div>

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
intia-theme-0.1.65 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.64 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.63 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.62 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.61 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.60 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.59 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.58 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.57 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.56 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.55 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.54 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.53 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.52 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.51 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.50 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.49 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.48 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.47 node_modules/bulma-carousel/src/demo/_includes/events.html
intia-theme-0.1.46 node_modules/bulma-carousel/src/demo/_includes/events.html