@el3um4s/svelte-component-info
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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.

Package Sidebar

Install

npm i @el3um4s/svelte-component-info

Weekly Downloads

0

Version

0.0.12

License

MIT

Unpacked Size

23.2 kB

Total Files

30

Last publish

Collaborators

  • el3um4s