ui theme
1.0.0
tema componente elemento --- claro y oscuro.
npm i @sibiaoke/ui-theme
Usar importación Sass
@import '@sibiaoke/ui-theme' ;
O usar paquete web
import '@sibiaoke/ui-theme' ;
O
< link rel =" stylesheet " href =" path/to/node_modules/@sibiaoke/ui-theme/lib/index.css " >
Agregar clase de tema al cuerpo
< body class =" theme-dark " > </ body >
import '@sibiaoke/ui-theme/lib/input.css' ;
import '@sibiaoke/ui-theme/lib/select.css' ;
// ...