mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
FloatLabel page added
This commit is contained in:
parent
43cdab506d
commit
88a679feaf
8 changed files with 185 additions and 3 deletions
6
components/lib/floatlabel/FloatLabel.d.ts
vendored
6
components/lib/floatlabel/FloatLabel.d.ts
vendored
|
@ -1,13 +1,13 @@
|
|||
/**
|
||||
*
|
||||
* FloatLabel is a grouping component with the optional content toggle feature.
|
||||
* FloatLabel appears on top of the input field when focused.
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/inputtext/)
|
||||
*
|
||||
* @module floatlabel
|
||||
*
|
||||
*/
|
||||
import { AnchorHTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||
import { TransitionProps, VNode } from 'vue';
|
||||
import { ComponentHooks } from '../basecomponent';
|
||||
import { PassThroughOptions } from '../passthrough';
|
||||
import { ClassComponent, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
||||
|
@ -108,7 +108,7 @@ export interface FloatLabelEmits {}
|
|||
/**
|
||||
* **PrimeVue - FloatLabel**
|
||||
*
|
||||
* _FloatLabel is a grouping component with the optional content toggle feature._
|
||||
* _FloatLabel appears on top of the input field when focused._
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/inputtext/)
|
||||
* --- ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue