vue-h-sticky

0.0.1 • Public • Published

vue-h-sticky

npm version npm Build Status

Edge 12+, FF 36+, Chrome 49+, or use translation from ES2105 to ES5

Introduction

Under construction

Setup

npm install vue-h-sticky

Example

import stickyHeader from 'vue-h-sticky';
 
export default {
  template: `
    <div>
      <sticky-header>
        <table slot="cross">
          <thead>
            <tr>
              <th></th>
            </tr>
          </thead>
        </table>
        <table slot="top">
          <thead>
            <tr>
              <th></th>
            </tr>
          </thead>
        </table>
        <table slot="left">
          <tbody>
            <tr>
              <td></td>
            </tr>
          </tbody>
        </table>
        <table slot="body">
          <tbody>
            <tr>
              <td></td>
            </tr>
          </tbody>
        </table>
      </sticky-header>
    </div>
  `,
  
  components: {
    stickyHeader
  }
};

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i vue-h-sticky

    Weekly Downloads

    4

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • alexander.zonov