0.0.2 • Published 1 year ago

@schloesserjonas/jsc v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

JSC

Please note, this is a vue3 component library that I created to fit my personal needs

Install

npm install @schloesserjonas/jsc

Usage

<template>
    <div>
        <ProgressBar />
        <Sidebarbox>
            SOME HTML IN HERE
        </Sidebarbox>
    </div>
</template>

Components

ProgressBar
propdescriptiondefault
progresscurrent progress, value range from 0 to 1-
backgroundbackground of the bartransparent
colorcolor of the progress bar-
animatedsets if a progress change results in an animated progress barfalse
Sidebarbox
propdescriptiondefault
sidebarColorcolor of the sidebar of the box-
sidebarWidthwidth of the sidebar of the box7
backgroundColorbackground color of the box-
borderRadiusborder radius of the box-

Class bindings

You can use class bindings to globally control the style of the components

component nameclass name
ProgressBarjsc_progressbar
Sidebarboxjsc_sidebarbox
0.0.2

1 year ago

0.0.1

1 year ago