0.1.5 • Published 6 years ago

vue-floating-label v0.1.5

Weekly downloads
17
License
MIT
Repository
github
Last release
6 years ago

vue-floating-label

Props

label

{
  type: String,
  required: true
}

showOnTop

{
  type: Boolean,
  default: false
}

disabled

{
  type: Boolean,
  default: false
}

align

{
  type: String,
  default: 'center'
}

Example

import { FloatingLabel } from "vue-floating-label";
<floating-label label="Label">
  <input value="">
</floating-label>

<floating-label label="Label">
  <select>
    <option value="">Default</option>
    <option value="aa">AA</option>
  </select>
</floating-label>

<floating-label label="Label" show-on-top>
  <input value="">
</floating-label>

Project setup

yarn install

```
### Compiles and hot-reloads for development
```

yarn run serve

```
### Compiles and minifies for production
```

yarn run build

```
### Lints and fixes files
```

yarn run lint

```

```
0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago