0.0.23 • Published 1 year ago

@peerpiper/awesome-components-kit v0.0.23

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

Svelte Components

Some helper components when building SUITable apps. (Self-Updating Internet Technology).

The following Components can be imported into the REPL easily:

<script>
	import { ContactCard, Content, Editable, Scan, Modal } from '@peerpiper/awesome-components-kit';

	let someText;
</script>

<ContactCard />;

<Editable bind:item={someText} />

Svelte Component Gateway + on:change

All awesome components should emit a "change" event when the data changes, so the DApp, Gateway, or Parent component can detect when to save new data.

So if you consume one of these awesome components, be sure to propogate these change upward with this added at your top level component:

<ContactCard {profile} on:change />
0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago