1.0.19 • Published 7 months ago

@s-r0/panda-js v1.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

PandaJS

PandaJS is a Javascript micro Library for simple, lightweight popup boxes. The goal of this library was to create something that meets the following criteria

  • Dependency-less

  • Lightweight

  • Quick and efficient

  • As minimal as possible, but still ticking all boxes

Current Version

1.0.0

For more detailed release notes, see releases.md

Install

Panda JS can be installed one of the following ways

NPM

To install via NPM run the following

npm i @s-r0/panda-js

then import the module using

import { Panda } from '@s-r0/panda-js';

Manually

Manual installation can be done by simply downloading this library and including the build panda.js file. Once downloaded and placed in your directory, import the module like so.

import { Panda } from  '{{path_to_panda.js}}';

Styles

Feel free to write your own styles for pandaJS, but if you want to use the default styles (or at least the basics and overwrite them), import the styles in to your project

@import "@s-r0/panda-js/src/scss/panda";

Authors

Sam Rutter

Copyright

License

PandaJS is under the MIT License

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.0

2 years ago