Boton comun y corrienta mas corriente que comun...
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>
`;
};