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.
- Host: GitHub
- URL: https://github.com/fb-sean/clear-form.ts
- Owner: fb-sean
- License: mit
- Created: 2023-08-03T07:09:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T14:14:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T12:16:36.417Z (2 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clear-form.ts
> A simple package to clear a html form.[](https://discord.gg/ZVERh35)
[](https://npmjs.com/clear-form.ts)
[](https://npmjs.com/clear-form.ts)# 📂・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).