0.0.2 • Published 4 years ago

svelte-styles v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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 ? Discord Server link : https://discord.gg/MdVdyzRNR7