0.0.12 • Published 2 years ago

@el3um4s/svelte-component-info v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

SVELTE COMPONENT INFO

Show information about the properties of a Svelte component. Designed to simplify the creation of documentation

NPM link: @el3um4s/svelte-component-info Documentation: el3um4s.github.io/svelte-component-info

Install and use the package

To use the package in a project:

npm i @el3um4s/svelte-component-info

and then in a svelte file:

<script lang="ts">
	import { SvelteInfo } from '@el3um4s/svelte-component-info';
</script>

<SvelteInfo name="SvelteTitlebar" urlPackage="@el3um4s/svelte-titlebar"
info={infoSvelteComponents['TitleBar.svelte']} description="A Titlebar component for Svelte
Projects" />

I recommend using it with el3um4s/svelte-get-component-info.

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

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.3

2 years ago

0.0.1

2 years ago