0.1.4 • Published 2 years ago

@szdytom/lab-ui v0.1.4

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

LabUI

A Svelte frontend UI library. Demo

Build Code Size License Version Last Commit WakaTime

NPM

Installation

  1. Install SCSS

    Install Components

    npm install 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 @zhangtianli2006/lab-ui

Usage

<script>
    import {
        LButton,
        LBox,
        //...
    } from '@zhangtianli2006/lab-ui/main';
</script>

Development

Tested on

FirefoxChromeEdgeOpera
FirefoxChromeEdgeOpera

Progress

  • Box
  • Button
  • Icon
  • Input
  • Link
  • Mask
  • MDContainer
  • MessageBar
  • Notification
  • NumberPicker
  • Progress
  • Radio
  • Rating
  • Switch

Open in Gitpod

Start Demo Server

git clone https://github.com/zhangtianli2006/LabUI
npm install
npm run dev

Contributing PRs Welcome

Demo Snapshot (2021-6-23)

Demo 2021-6-23

0.1.4

2 years ago

0.1.3

2 years ago