2.3.0 • Published 7 years ago

@nylira/vue-page-header v2.3.0

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

vue-page-header

Page header component for Vue 2.

Installation

npm install @nylira/vue-page-header

Usage

<template>
  <page-header title="Cool Article" subtitle="Why you should read this now."></btn>
</template>

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

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

Props

title=""
// The label of the button
// Options: Any valid string

subtitle=""
// If you're using FontAwesome, places an icon to the left of the label
// Options: Any valid string

theme="tendermint"
// Adds a custom button theme
// Options: "tendermint"

type="default
// Page header alignment type
// Options: "default", "center", "split"
2.3.0

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.8

7 years ago

2.1.7

7 years ago

2.1.6

7 years ago

2.1.5

7 years ago

2.1.4

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago