Svelte styles is a library that helps you stylize your svelte ui, fast and easy.
If anybody came here without knowing what svelte is : Svelte is a js compiler that help you build reactive and fast js apps. More at svelte.dev
Run this in your terminal in the direction where you want the package to be installed
npm install svelte-styles
Import the module you want with this line in svelte.
import <module-name> from "svelte-styles";
Example of usage :
<script>
import Center from "svelte-styles";
</script>
<container>
<Center>
<h1>Hi ! This is a centered text in a centered container!</h1>
</Center>
</container>
Want help or contribute to the project, get help or see what every components do ? https://discord.gg/MdVdyzRNR7