1.0.2 • Published 3 years ago

cpc-boton v1.0.2

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

cpc-boton

Boton comun y corrienta mas corriente que comun...

Getting Started

To begin, you'll need to install cpc-boton:

$ npm install cpc-boton --save-dev
<head>
    <link rel="stylesheet" href="material-design-icons/iconfont/material-icons.css">
</head>
export const main = () => {
  return html`    
    <cpc-boton icono = "home" titulo="Grabar"></cpc-boton>
  `;
};