Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/el3um4s/svelte-component-info

Show information about the properties of a Svelte component. Designed to simplify the creation of documentation
https://github.com/el3um4s/svelte-component-info

svelte sveltejs

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://www.npmjs.com/package/@el3um4s/svelte-component-info)
Documentation: [el3um4s.github.io/svelte-component-info](https://el3um4s.github.io/svelte-component-info/)

### Install and use the package

To use the package in a project:

```bash
npm i @el3um4s/svelte-component-info
```

and then in a svelte file:

```html

import { SvelteInfo } from '@el3um4s/svelte-component-info';

```

I recommend using it with [el3um4s/svelte-get-component-info](https://github.com/el3um4s/svelte-get-component-info).