2.1.16 • Published 2 years ago

@hereticsibyl/svelte-dlxyz-base-dev v2.1.16

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

svelte-dlxyz-base-dev

Base development library for DLXYZ projects built with Svelte.

Includes standard Gruvbox stylesheet and common components.

Styling

The global stylesheet is redistributed as a Svelte component.

Importing and using the component will result in this package's styling being applied to your compiled stylesheet.

<script>
    import { StdStyle } from "@hereticsibyl/svelte-dlxyz-base-dev";
</script>

<StdStyle/>

To change the appearance of components, some attributes can be changed directly through setting properties.

<script>
    import { DecoSpinningRod } from "@hereticsibyl/svelte-dlxyz-base-dev";
    import { RED_0 } from "@hereticsibyl/svelte-dlxyz-base-dev/StdStyle.svelte";
</script>

<p><DecoSpinningRod color={RED_0}/> Look, it's a spinning hot dog!</p>

Internally, this base development library passes through these properties as CSS variables. You can therefore override certain properties by directly setting variables.

2.1.16

2 years ago

2.1.14

2 years ago

2.1.15

2 years ago

2.1.12

2 years ago

2.1.13

2 years ago

2.1.11

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.1.9

2 years ago

2.1.10

2 years ago

2.1.2

3 years ago

2.0.3

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.1.4

3 years ago

2.0.13

3 years ago

2.0.5

3 years ago

2.1.3

3 years ago

2.0.14

3 years ago

2.0.4

3 years ago

2.1.6

2 years ago

2.0.11

3 years ago

2.0.7

3 years ago

2.1.5

2 years ago

2.0.12

3 years ago

2.0.6

3 years ago

2.0.9

3 years ago

2.0.10

3 years ago

2.0.8

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.16

3 years ago

1.0.11

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago