Simple library console javascript styling
npm i consolee
importconsoleefrom'consolee'consolee.log({el: document.getElementById('myId'),,// <--- HTMLElementlink: 'https://github.com/lusaxweb/Consolee',// <--- link url more infotext: `• Warn info: El formato de la propiedad color es incorrecto• Prop: color• value: Example• Valores Permitidos: (RGB, HEX, RGB Numbers, Vuesax Colors)• Example: color="#000" or color="rgb(255,255,255)"`,// <--- text info consoletitle: 'CONSOLEE'// <--- title console})importconsoleefrom'consolee'consolee.warn({el: document.getElementById('myId'),,// <--- HTMLElementlink: 'https://github.com/lusaxweb/Consolee',// <--- link url more infotext: `• Warn info: El formato de la propiedad color es incorrecto• Prop: color• value: Example• Valores Permitidos: (RGB, HEX, RGB Numbers, Vuesax Colors)• Example: color="#000" or color="rgb(255,255,255)"`,// <--- text info consoletitle: 'CONSOLEE'// <--- title console})importconsoleefrom'consolee'consolee.error({el: document.getElementById('myId'),,// <--- HTMLElementlink: 'https://github.com/lusaxweb/Consolee',// <--- link url more infotext: `• Warn info: El formato de la propiedad color es incorrecto• Prop: color• value: Example• Valores Permitidos: (RGB, HEX, RGB Numbers, Vuesax Colors)• Example: color="#000" or color="rgb(255,255,255)"`,// <--- text info consoletitle: 'CONSOLEE'// <--- title console})importconsoleefrom'consolee'consolee.success({el: document.getElementById('myId'),,// <--- HTMLElementlink: 'https://github.com/lusaxweb/Consolee',// <--- link url more infotext: `• Warn info: El formato de la propiedad color es incorrecto• Prop: color• value: Example• Valores Permitidos: (RGB, HEX, RGB Numbers, Vuesax Colors)• Example: color="#000" or color="rgb(255,255,255)"`,// <--- text info consoletitle: 'CONSOLEE'// <--- title console})- el: Html element to refer to the error.
- link: Url to more information about the error.
- text: String with console information.
- title: Console title.
- icon: change icon or add.







