1.0.3 • Published 4 years ago

@rcorp/app.js v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

App.js

Makes web apps closer to desktop apps (web and electron).

It sets the "default" cursor as the default and disables text selection for the entire application.

Installation

Using npm:

$ npm i @rcorp/app.js

In your project:

import '@rcorp/app.js';

How to use

Add the class to the element to:

Enable right clicking on the element

allow-right-click

Disable right clicking on the element

disable-right-click

Enables text selection on the element

selectable

Inputs of type "text", "password", "email" and TextArea the right click is already activated by default.

Example

<p class="selectable allow-right-click">
    Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago