gl-w-frontend
![version](https://img.shields.io/badge/version-1.3.4-green.svg)
What is this repository for?
This package is a common code for using among web front-end development
such as pure JavaScript, ES6+ and TypeScript.
This package contains the types for using with Typescript.
How do I get set up?
The easiest way to install this library is via npm using the following commands:
- Latest version
npm install gl-w-frontend --save
; - Available versions
npm install gl-w-frontend@version --save
;
If you are using only browser version:
- For ES5 version importing via
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>gl-w-frontend</title>
...
</head>
<body>
...
<!-- Include here -->
<script src="https://github.com/glaucioleonardo/gl-w-frontend/tree/master/lib/index.js"></script>
<!-- or just download this repo and refer to the index.js like this -->
<script src="js/index.js"></script>
</body>
</html>
- In case you are using ES+, just use the
index.js
inside lib/esm
Macro features
- Array
- Attachment
- Browser (Check version, fullscreen)
- ComboBox / Autocomplete
- Dom Elements
Other features is going to be included frequently.
Other packages used
I'm really thankful for those packages creators!