# theme-chalk **Repository Path**: young-mannix/theme-chalk ## Basic Information - **Project Name**: theme-chalk - **Description**: Element theme chalk - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-theme-chalk > element component chalk theme. ## Installation ```shell npm i element-theme-chalk -S ``` ## Usage Use Sass import ```css @import 'element-theme-chalk'; ``` Or Use webpack ```javascript import 'element-theme-chalk'; ``` Or ```html ``` ## Import on demand ```javascript import 'element-theme-chalk/lib/input.css'; import 'element-theme-chalk/lib/select.css'; // ... ```