sveltacular
TypeScript icon, indicating that this package has built-in type declarations

0.0.76 • Public • Published

Sveltacular

Sveltacular is TypeScript and SASS based component library for Svelte, with no other dependencies.

Why did I create it when there are other options? Well, mainly because the best options out there were based on Tailwind. And, no disrespect to those who love it, but I didn't want to use Tailwind. So since I didn't find what I was loooking for, I made my own.

Run Storybook

I don't have great documentation for now, but you can browse all of the available components by running Storybook locally. Check out the repo and then run this command:

npm run storybook

Usage

Install it in your project

npm i sveltacular

Then use it like this:

<script lang="ts">
	import { Button } from 'sveltacular';
</script>

<Button>Hello World</Button>

Package Sidebar

Install

npm i sveltacular

Weekly Downloads

2

Version

0.0.76

License

Apache-2.0

Unpacked Size

276 kB

Total Files

286

Last publish

Collaborators

  • jasonbyrne