ui theme
1.0.0
tema do componente do elemento --- claro e escuro.
npm i @sibiaoke/ui-theme
Usar importação Sass
@import '@sibiaoke/ui-theme' ;
Ou use webpack
import '@sibiaoke/ui-theme' ;
Ou
< link rel =" stylesheet " href =" path/to/node_modules/@sibiaoke/ui-theme/lib/index.css " >
Adicionar classe de tema ao corpo
< body class =" theme-dark " > </ body >
import '@sibiaoke/ui-theme/lib/input.css' ;
import '@sibiaoke/ui-theme/lib/select.css' ;
// ...