# LabUI **Repository Path**: zhangtianli/LabUI ## Basic Information - **Project Name**: LabUI - **Description**: A Svelte frontend UI library. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://zhangtianli2006.github.io/LabUI - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-15 - **Last Updated**: 2022-05-14 ## Categories & Tags **Categories**: webui **Tags**: None ## README # LabUI A Svelte frontend UI library. [Demo](https://zhangtianli2006.github.io/LabUI/) ![Build](https://img.shields.io/github/workflow/status/zhangtianli2006/LabUI/Build%20and%20Deploy?style=flat-square) ![Code Size](https://img.shields.io/github/languages/code-size/zhangtianli2006/LabUI?color=%2323a536&label=Code%20Size&logo=github&style=flat-square) ![License](https://img.shields.io/github/license/zhangtianli2006/LabUI?color=%235bb2ec&label=License&style=flat-square) ![Version](https://img.shields.io/npm/v/@zhangtianli2006/lab-ui?color=%23f9b705&label=Version&style=flat-square) ![Last Commit](https://img.shields.io/github/last-commit/zhangtianli2006/LabUI?color=%2357B558&label=Last%20Commit&style=flat-square) ![WakaTime](https://wakatime.com/badge/github/zhangtianli2006/LabUI.svg) [![NPM](https://nodei.co/npm/@zhangtianli2006/lab-ui.png?mini=true)](https://npmjs.org/package/@zhangtianli2006/lab-ui) ## Installation 1. Install SCSS Install Components ```bash npm install svelte-preprocess node-sass ``` open `rollup.config.js` ```javascript import preprocess from 'svelte-preprocess'; // Line to add /* ... */ export default { /* ... */ plugins: [ svelte({ /* ... */ preprocess: preprocess(), // Line to add }) }), /* ... */ } ``` 2. Install LabUI ```bash npm i @zhangtianli2006/lab-ui ``` ## Usage ```html ``` ## Development ### Tested on |Firefox|Chrome|Edge|Opera| |:-:|:-:|:-:|:-:| | ![Firefox](https://raw.fastgit.org/alrra/browser-logos/main/src/firefox/firefox_64x64.png) | ![Chrome](https://raw.fastgit.org/alrra/browser-logos/main/src/chrome/chrome_64x64.png) | ![Edge](https://raw.fastgit.org/alrra/browser-logos/main/src/edge/edge_64x64.png) | ![Opera](https://raw.fastgit.org/alrra/browser-logos/main/src/opera/opera_64x64.png) | ### Progress - [x] Box - [x] Button - [x] Icon - [x] Input - [ ] Link - [x] Mask - [x] MDContainer - [ ] MessageBar - [x] Notification - [x] NumberPicker - [x] Progress - [x] Radio - [x] Rating - [x] Switch - [ ] 🔨 Tab [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/zhangtianli2006/LabUI) ### Start Demo Server ```bash git clone https://github.com/zhangtianli2006/LabUI npm install npm run dev ``` ## Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ## Demo Snapshot (2021-6-23) ![Demo 2021-6-23](https://z3.ax1x.com/2021/06/23/RneJ9s.png)