@s-r0/panda-js

1.0.19 • Public • Published

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

License

PandaJS is under the MIT License

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i @s-r0/panda-js

    Weekly Downloads

    21

    Version

    1.0.19

    License

    MIT

    Unpacked Size

    72.9 kB

    Total Files

    18

    Last publish

    Collaborators

    • s-r0