svelte-styles

Svelte Styles

A library to easily customize and stylize your svelte ui

Svelte Styles

Svelte styles is a library that helps you stylize your svelte ui, fast and easy.

What is Svelte

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

Installation

Run this in your terminal in the direction where you want the package to be installed

npm install svelte-styles

Usage

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>

More

Want help or contribute to the project, get help or see what every components do ? https://discord.gg/MdVdyzRNR7

Top categories

Loading Svelte Themes