2.0.0 • Published 5 years ago

@uxland/uxl-switch v2.0.0

Weekly downloads
10
License
-
Repository
github
Last release
5 years ago

\<uxl-switch>

What is?

It is a web component that allows you to create a toggle switch input.

How Install
npm i --save @uxland/uxl-switch
How to use?

import the component and use it in the html with the uxl-switch tag

import "@uxland/uxl-switch";

<body>
    <uxl-switch></uxl-switch>
</body>

Attributes availables

AttributeDescriptionDefault
activeStatus of the switchfalse (boolean)
activeNameValue of active text label"Active" (string)
inactiveNameValue of inactive text label"Inactive" (string)
enabledIf true, the uxl-switch is enable to change, otherwhise the uxl-switch is disabledtrue (boolean)

Styling

The following custom properties and mixins are available for styling:

Custom propertyDescriptionDefault
--uxl-switch-widthWidth of the uxl-switch200px
--uxl-switch-border-colorBorder color of component wrapper#e0e0e0
--uxl-switch-option-background-colorBackground color of the options#ffffff
--uxl-switch-option-paddingPadding of the options8px
--uxl-switch-text-colorDefault text color when option is not selected#616161
--uxl-switch-font-sizeFont size of text options16px
--uxl-switch-active-selected-background-colorBackground color of active option when is selected#81c784
--uxl-switch-inactive-selected-background-colorBackground color of inactive option when is selected#ef5350
--uxl-switch-selected-text-colorText when any option is selected#ffffff
--uxl-switch-active-borderBorder of active option0
--uxl-switch-active-border-selectedBorder of active option when is selected0
--uxl-switch-inactive-borderBorder of inactive option0
--uxl-switch-inactive-border-selectedBorder of active option when is selected0

Events

EventsDescription
uxl-switch-changedValue changed
2.0.0

5 years ago

2.0.0-beta.1

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago