# pr-floating-label

> ### Pablo Rostirolla

Latest version **0.0.2** (published 2021-12-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install pr-floating-label
pnpm add pr-floating-label
yarn add pr-floating-label
bun add pr-floating-label
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2021-12-21 |
| First published | 2021-12-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 1 |
| Unpacked size | 32.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Pablo Rostirolla |
| Maintainers | pablo_rostirolla |
| Keywords | floating, input, floating-input, pablo, rostirolla |

## Links

- npm: https://www.npmjs.com/package/pr-floating-label
- Repository: https://github.com/pablorosti/pr-floating-label
- Issues: https://github.com/pablorosti/pr-floating-label/issues
- npm.io page: https://npm.io/package/pr-floating-label

## Dependencies (1)

- [@rollup/plugin-replace](https://npm.io/package/@rollup/plugin-replace.md) ^3.0.0

## Recent versions

- 0.0.2 (latest) — 2021-12-21
- 0.0.1 — 2021-12-20

## README

# PR-FLOATING-LABEL

### Pablo Rostirolla

## Example

```
import { FloatingInput } from 'pr-floating-input';
```

```
function App() {
  return (
    <>
      <FloatingInput label="Nombre" />
    </>
  );
}

export default App;

```

## Example of optional parameters

```
function App() {
  return (
    <>
      <FloatingInput label="Nombre" error={true} />
    </>
  );
}

export default App;

```

---
_Source: https://npm.io/package/pr-floating-label · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
