ui theme
1.0.0
要素コンポーネントのテーマ --- 光と闇。
npm i @sibiaoke/ui-theme
Sassインポートを使用する
@import '@sibiaoke/ui-theme' ;
または Webpack を使用する
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' ;
// ...