20.3.3 • Published 3 years ago

@ignatiusmb/aqua v20.3.3

Weekly downloads
50
License
MIT
Repository
github
Last release
3 years ago

Aqua · npm (scoped) npm bundle size (scoped) npm jsdelivr Website

Native DOM enhancements

Getting started

Full documentation, demos, and example, visit aqua.mauss.dev

Installing

npm install @ignatiusmb/aqua

or use with CDN via UNPKG or jsDelivr

<!-- Full Package via jsDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ignatiusmb/aqua@20.3.3/lib/aqua.min.css" />
<script defer src="https://cdn.jsdelivr.net/npm/@ignatiusmb/aqua@20.3.3/lib/aqua.min.js"></script>

<!-- Full Package via UNPKG -->
<link rel="stylesheet" href="https://unpkg.com/@ignatiusmb/aqua@20.3.3/lib/aqua.min.css" />
<script defer src="https://unpkg.com/@ignatiusmb/aqua@20.3.3/lib/aqua.min.js"></script>

<!-- Callback Only via jsDelivr/UNPKG (choose either one) -->
<script defer src="https://cdn.jsdelivr.net/npm/@ignatiusmb/aqua@20.3.3/lib/aqua.cbs.js"></script>
<script defer src="https://unpkg.com/@ignatiusmb/aqua@20.3.3/lib/aqua.cbs.js"></script>

Usage

Usage with both npm and CDN requires the stylesheet, so either use a bundler to package your app with it or link it through the head, whichever works for you.

import '@ignatiusmb/aqua/lib/aqua.min.css';
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ignatiusmb/aqua@20.3.3/lib/aqua.min.css" />
<!-- or -->
<link rel="stylesheet" href="https://unpkg.com/@ignatiusmb/aqua@20.3.3/lib/aqua.min.css" />

Contributing

To start developing and test in the docs, run

# Watch source files
npm run docs

then, spawn new terminal and run

cd docs
# Run on first time
npm install

# Use local package
npm install ..
npm run dev

Building from source

npm run bundle


20.3.3

3 years ago

20.3.2

3 years ago

20.3.1

4 years ago

20.3.0

4 years ago

20.2.3

4 years ago

20.2.2

4 years ago

20.2.1

4 years ago

20.2.0

4 years ago

20.1.0

4 years ago

20.0.0

4 years ago

19.11.7

5 years ago

19.11.6

5 years ago

19.11.5

5 years ago

19.11.4

5 years ago

19.11.3

5 years ago

19.11.2

5 years ago

19.11.0

5 years ago

0.19.11-1

5 years ago

0.19.11

5 years ago