Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 826 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 826 Bytes

⭐ SVAR Core for Svelte

SVAR Core library offers a set of 20+ ready made UI components written in Svelte: form controls, popups, date and time picker, file uploader, and more. All components are lightweight, responsive, fast-performing and available in light and dark skins.

SVAR Core Library - Dark Skin

🔗 Useful Links

📃 License

SVAR Core for Svelte is available under MIT license.

Usage

<script>
import { Button }  from '@wx/svelte-core';
</script>

<Button>Click me</Button>