0.1.83 • Published 2 years ago

@ztl-uwu/labui v0.1.83

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

banner-svelte

Installation

  1. Install SCSS

    Install Components

    npm install --save svelte-preprocess node-sass

    open rollup.config.js

    import preprocess from 'svelte-preprocess'; // Line to add
    /* ... */
    export default {
        /* ... */
        plugins: [
            svelte({
            /* ... */
                preprocess: preprocess(), // Line to add
            })
        }),
        /* ... */
    }
  2. Install LabUI

    npm i --save @ztl-uwu/labui

Usage

<script>
    import {
        LButton,
        LBox,
        //...
    } from '@ztl-uwu/labui/main';
</script>

Development

Contributing PRs Welcome

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

Open in Gitpod

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

together