# @bobliao/consolelay

> This component can work with vue or react

Latest version **0.1.4** (published 2022-05-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @bobliao/consolelay
pnpm add @bobliao/consolelay
yarn add @bobliao/consolelay
bun add @bobliao/consolelay
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2022-05-08 |
| First published | 2022-05-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 1 |
| Unpacked size | 168.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | AKA MKII |
| Maintainers | bobliao |

## Links

- npm: https://www.npmjs.com/package/@bobliao/consolelay
- Repository: https://github.com/AKAMKII6666/-bobliao-consoleLay
- Homepage: https://github.com/AKAMKII6666/-bobliao-consoleLay#readme
- Issues: https://github.com/AKAMKII6666/-bobliao-consoleLay/issues
- npm.io page: https://npm.io/package/@bobliao/consolelay

## Dependencies (1)

- [@bobliao/use-jquery-hook](https://npm.io/package/@bobliao/use-jquery-hook.md) ^0.1.5

## Recent versions

- 0.1.4 (latest) — 2022-05-08
- 0.1.3 — 2022-05-08
- 0.1.2 — 2022-05-08
- 0.1.1 — 2022-05-08
- 1.0.0 — 2022-05-08

## README

# A sample corner-popup component

This component can work with vue or react

# @bobliao/consolelay

`npm install @bobliao/consolelay`

`yarn add @bobliao/consolelay`

```javascript

import consoleLay from `@bobliao/consolelay`;

(...)
//Trigger a little popup with message
consoleLay.write('This is a message!');

//Trigger message popup with conditions
consoleLay.write({
		//Message
		m: "Put messages here",
		//Disappear delay
    //Could put "inf" to display infinite
		time: 8000,
    //line-style
		style: "",
		borderColor: "",
    //Could Customize class
		classAdd: "arrow-consoleLay-white",
    //Will go into here when click close or timmed up
		closeCall: function () {},
});
(...)

```

---
_Source: https://npm.io/package/@bobliao/consolelay · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
