2.1.16 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

2.1.14

1 year ago

2.1.15

1 year ago

2.1.12

1 year ago

2.1.13

1 year ago

2.1.11

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.9

1 year ago

2.1.10

1 year ago

2.1.2

2 years ago

2.0.3

2 years ago

2.1.1

2 years ago

2.0.2

2 years ago

2.1.4

2 years ago

2.0.13

2 years ago

2.0.5

2 years ago

2.1.3

2 years ago

2.0.14

2 years ago

2.0.4

2 years ago

2.1.6

2 years ago

2.0.11

2 years ago

2.0.7

2 years ago

2.1.5

2 years ago

2.0.12

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago