Skip to content

toledorobia/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@toledorobia/helpers

A very simple helpers library.

Installation

npm i @toledorobia/helpers bootstrap lodash sweetalert2

Usage

If you want to use modals and toast, you need to add boostrap and sweetalert2 to your vue/react/angular project. You must also add the styles for the helpers.

import "bootstrap/dist/js/bootstrap.bundle.min";
@import "~bootstrap/scss/bootstrap";
@import "~sweetalert2/src/sweetalert2.css";
@import "~@toledorobia/helpers/dist/bundle.css";

If everything is ok, you are able to use all the methods

import { toastError } from "@toledorobia/helpers";

List of methods

License

MIT

About

A simple helper library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published