npm.io
0.0.2 • Published 4 years ago

pr-floating-label

Licence
MIT
Version
0.0.2
Deps
1
Size
33 kB
Vulns
0
Weekly
0

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;

Keywords