Skip to content

tchnlg/components-library

Repository files navigation

components-library

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>