Skip to content

MouadBNL/first-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NPM First package for learning

Trying to create a package on NPM

Instalation

npm i mouadbnl-first-package --save

Usage

First define where you want to apply the sahdows

<div m-sw style="padding = 5px;">
    lorem
</div>

then Import and initialize the wizard

import { shadowizard } from "shadowizard"

shadowizard({
    shadow_type: 'hard'
});

And it works