2.1.7 • Published 3 months ago

svelte-toggles v2.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Fully Released Team GOATS from Holmesglen Svelte Toggle Switches functionality is done for you, no tedious research and bug fixing just for Light & Dark mode!

Toggles

Current Toggles

NameImport StatementDescription
Basicsvelte-toggles/src/BasicSun Morphs into Crescent Moon
Horizonsvelte-toggles/src/HorizonSun falls behind Horizon
Rayssvelte-toggles/src/RaysSun w Rays morphs into Crescent Moon
Simplesvelte-toggles/src/SimpleSun Morphs into Moon

Get Started

Check your Local Storage for your Light value when the Sun is visible

To install and set up the library, run:

npm i svelte-toggles

Or if you prefer using Yarn:

yarn add svelte-toggles

Usage

Import our Toggle like this (For Example);

import Basic from 'svelte-toggles/src/Basic'

<Basic/>

Properties

+ size

Change the size of the toggle

Type: String

You can select from; small, medium or large (Default: medium)

Example use below:

<Basic size="small"/>

+ Fill

Change the Colour of the Toggle according to the State

Type: String

+ lightFill

Colour of Toggle when Light Value is present

+ darkFill

Colour of Toggle when NO Light Value is present

You can select from; Any take HEX or RGBA code

Default Light: #24282E | Default Dark: #FACB26

Example use below:

<Basic lightFill="#ff0000" darkFill="#ff03f5"/>
<Basic lightFill="255, 255, 255" darkFill="0, 0, 0"/>

Known Bugs

Inspiration

Inspired by the React Toggles library; toggles.dev

Special Thanks

Our Teachers throughout our Diploma; Daniel & Alex

Waqas Ahmad on helping develop the "Rays" SVG Animation

2.1.7

3 months ago

2.1.6

5 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

2.1.2

6 months ago

2.1.1

7 months ago

2.1.4

6 months ago

2.1.3

6 months ago

2.1.5

6 months ago

2.1.0

7 months ago

2.0.0

7 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago