Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazemmdev/floating-tailwind-field

Use tailwindcss to add floating label for input fields
https://github.com/kazemmdev/floating-tailwind-field

float-label float-label-pattern react tailwind-component tailwindcss tailwindcss-plugin

Last synced: about 2 months ago
JSON representation

Use tailwindcss to add floating label for input fields

Awesome Lists containing this project

README

        

# Floating label Field with Tailwindcss

This is a react component input with floating lable style

## Usage

```
import { useState } from "react";
import Input from "./component/input";

const App = () => {
const [email, setEmail] = useState("");

return (

setEmail(v.target.value)}
/>

)
}

```

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [k90mirzaei](https://github.com/k90mirzaei)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Support

This project needs a ⭐️ from you. Don't forget to leave a star ⭐️