@hereticsibyl/svelte-dlxyz-base-dev v2.1.16
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 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
3 years ago
3 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago