0.1.5 • Published 1 year ago

bottom-tip v0.1.5

Weekly downloads
100
License
MIT
Repository
github
Last release
1 year ago

Bottom Tip(an at-bottom message tip)

Note: you have to maintain logs manually with this module.

Prototype https://youtu.be/wjLxXS0CV4k

I intented to replace webpack-hud with it but it turned out to be not as useful as webpack-hud since messages from Webpack is quite messy.

Usage

npm i --save-dev bottom-tip
import render from "bottom-tip";

render("warn", "some warning message");

setTimeout(function() {
  render("inactive", null);
}, 2000);

Types:

  • inactive
  • ok
  • ok~(show and then hide)
  • warn
  • error

Develop

Try this project:

yarn vite
# open http://localhost:3000

License

MIT

0.1.4

1 year ago

0.1.5

1 year ago

0.1.3-a1

2 years ago

0.1.3

2 years ago

0.1.2

3 years ago

0.1.2-a3

3 years ago

0.1.2-a2

3 years ago

0.1.2-a1

3 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.1.0-a3

6 years ago

0.1.0-a2

6 years ago

0.1.0-a1

6 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago