2.2.0 • Published 7 years ago

@nylira/vue-page-split v2.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

vue-page-split

Header and content split page component for Vue 2.

Installation

npm install @nylira/vue-page-split

Usage

<template>
  <page-split>
    <header>Just a cool header!</header>
    <div class="body">Just some body text.</div>
  </page-split>
</template>

<script>
  import PageSplit from '@nylira/vue-page-split'
  export default {
    components: {
      PageSplit
    }
  }
</script>

<style>
  .ni-page-split {
    background: #f00;
  }
</style>
2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago