1.1.8 • Published 3 years ago

hevaly v1.1.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Hevaly packages v1.1.8 BETA

What is it ?

It helps programmers to code the interface more convenient

Installation

npm install hevaly

Example:

Html:

<script type="module" src="./index.js"></script>

Javascript:

import { hevaly } from 'hevaly';

const pad = '1rem 2rem'
const a = new hevaly({
    class: ".hevaShadow",
    shadow_type: '15px 15px 15px rgb(0,0,0,0.12)',
    padding: pad,
    margin: '1rem 1rem',
    background: "#000000"
});

Options

In this version we just support 2 options, both of which are optional

  • shadow_type
  • padding
  • margin
  • background

Good Luck

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago