0.1.83 • Published 3 years ago
@ztl-uwu/labui v0.1.83

Installation
Install SCSS
Install Components
npm install --save svelte-preprocess node-sassopen
rollup.config.jsimport preprocess from 'svelte-preprocess'; // Line to add /* ... */ export default { /* ... */ plugins: [ svelte({ /* ... */ preprocess: preprocess(), // Line to add }) }), /* ... */ }Install LabUI
npm i --save @ztl-uwu/labui
Usage
<script>
    import {
        LButton,
        LBox,
        //...
    } from '@ztl-uwu/labui/main';
</script>Development
Contributing 
Progress
Components
- Avatar
 - Box
 - Button
 - Button Group
 - Card
 - Check Box
 - Form
 - Input
 - Layout
 - Link
 - Mask
 - MDContainer
 - Message
 - MessageBar
 - NavBar
 - Notification
 - NumberPicker
 - Progress
 - Radio
 - Rating
 - Select
 - Separator
 - Switch
 - Tabs
 - Table
 - Tags
 
Other
- Logo
 - Design Guide / Docs ⚒️Here
 - Themes
 
Start Demo Server
git clone https://github.com/ZTL-UwU/LabUI
cd LabUI
cp -r ./src/styles/fonts ./public/build/
npm install
npm run dev