0.2.3 • Published 1 year ago

@stationeryworld/components v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Stationery World Components

A Stationery World Svelte component library.

Learn how this project was scaffolded and published to NPM:

https://app.clickup.com/25535636/v/dc/rb94m-3544/rb94m-2384

To install:

npm i @stationeryworld/components

or

yarn add @stationeryworld/components

Documentation

Storybook is integrated in this project. To run the Storybook, run yarn storybook or npm run storybook. More info about Storybook here.

You can also click here to see how we integrated Storybook in this project.

Example component usage:

In your component, import via:

<script>
	import { DateWidget } from "@stationeryworld/components"
</script>

<DateWidget placeholder="Pick your date" on:dateSelect={(e) => alert(e.detail)} />

Sample REPL here.

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago