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

https://github.com/fb-sean/clear-form.ts

A simple package to clear a html form.
https://github.com/fb-sean/clear-form.ts

Last synced: about 2 months ago
JSON representation

A simple package to clear a html form.

Awesome Lists containing this project

README

        

# clear-form.ts
> A simple package to clear a html form.

[![discordBadge](https://img.shields.io/badge/Chat-Click%20here-7289d9?style=for-the-badge&logo=discord)](https://discord.gg/ZVERh35)
[![downloadsBadge](https://img.shields.io/npm/dt/clear-form.ts?style=for-the-badge)](https://npmjs.com/clear-form.ts)
[![versionBadge](https://img.shields.io/npm/v/clear-form.ts?style=for-the-badge)](https://npmjs.com/clear-form.ts)



NPM Info


# 📂・Installation
```powershell
npm i clear-form.ts
```
# 💡・Features
- Made in TS
- Simple
- No third party packages
# 📃・Usage
```js
import clearForm from 'clear-form.ts';

clearForm(this.$refs.form);
```

# 👥・Contact Us

### If you have any problems you can join our [Discord Server](https://discord.gg/ZVERh35).