1.2.9 • Published 7 months ago
@foragefox/doubledash v1.2.9
Double Dash
Double Dash is simple utility library meant to help transition people off of jQuery.
Installation
npm install @foragefox/doubledash
Usage
import __ from '@foragefox/doubledash';
Categories
We orginiaze our functions into categories:
- animate
- dom
- event
- form
- lang
- location
- size
- template
Namespace structure
The name space is broken down by the library, category and function name.
{library}.{category}.{function}eg.
__.dom.parents(element, target)library = __\ category = dom\ function = parents
Documentation
Find our docs here
| Size | Template |
|---|---|
| width() | supplant() |
| outerWidth() | |
| setWidth() | |
| height() | |
| outerHeight() | |
| setHeight() |
Testing
Before running npm run test, make sure you add the temporary option in the package.json: "type": "module"
1.2.8
7 months ago
1.2.7
7 months ago
1.2.9
7 months ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.0
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago