https://github.com/moeki0/fumon
https://github.com/moeki0/fumon
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moeki0/fumon
- Owner: moeki0
- Created: 2022-01-02T14:29:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T11:46:51.000Z (over 4 years ago)
- Last Synced: 2025-07-31T13:37:09.851Z (11 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fumon
Fumon is input field that value gradually disappears.
## Installation
```
npm i -D fumon
```
```
yarn add -D fumon
```
## Usage
```html
```
```js
import { Fumon } from 'fumon'
new Fumon('.fumon')
```