# rxdialog-theme **Repository Path**: cheere/rxdialog-theme ## Basic Information - **Project Name**: rxdialog-theme - **Description**: [WIP] sass样式库:可以使用css 、也可以使用 sass - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-07 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RXDialog Theme > rxdialog component theme. ## Installation ```shell npm i rxdialog-theme ``` ## Usage Use Sass import ```css @import 'rxdialog-theme'; ``` Or Use webpack ```javascript import 'rxdialog-theme'; ``` Or ```html ``` ## Import on demand ```javascript import 'rxdialog-theme/lib/alert.css'; // ... ```