vue-mint-tab-item-styled

0.0.2 • Public • Published

vue-mint-tab-item-styled

A more configurable version of mint-ui's tab-item component. You can pass in the style object as a prop in order to control the appearance of each tab-item in a tabbar or navbar.

Usage

<mt-tab-item-styled id="1" :style="style"></mt-tab-item-styled>
export default {
  ...
  data() {
    return {
      ...
      style: {
        color: 'red';
        backgroundColor: 'yellow'
      }
      ...
    }
  }
  ...
}

Readme

Keywords

Package Sidebar

Install

npm i vue-mint-tab-item-styled

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • beeplin