ui theme
1.0.0
Тема компонента элемента --- светлая и темная.
npm i @sibiaoke/ui-theme
Используйте импорт Sass
@import '@sibiaoke/ui-theme' ;
Или используйте веб-пакет
import '@sibiaoke/ui-theme' ;
Или
< link rel =" stylesheet " href =" path/to/node_modules/@sibiaoke/ui-theme/lib/index.css " >
Добавить класс темы в тело
< body class =" theme-dark " > </ body >
import '@sibiaoke/ui-theme/lib/input.css' ;
import '@sibiaoke/ui-theme/lib/select.css' ;
// ...