components-library

Components Library

Svelte components library for CMS

components-library

Storybook

Getting Started

components-library can be installed as a development dependency.

  npm install --save-dev git+ssh://github.com/tchnlg/components-library.git

Usage

<script>
  import { Button } from "components-library";
</script>

<button>Primary</button>

Top categories

Loading Svelte Themes