# themechalk **Repository Path**: satanfaker/themechalk ## Basic Information - **Project Name**: themechalk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-01 - **Last Updated**: 2024-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-theme-chalk > element component chalk theme. ## Installation ```shell npm i element-plus ``` ## Usage Use Sass import ```css @use 'element-plus/lib/theme-chalk/index.scss'; ``` Or Use vite/webpack ```javascript import 'element-plus/lib/theme-chalk/index.css' ``` Or ```html ``` ## Import on demand ```javascript import 'element-plus/lib/theme-chalk/input.css' import 'element-plus/lib/theme-chalk/select.css' // ... ```