Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/el3um4s/svelte-component-info
- Owner: el3um4s
- Created: 2021-11-13T22:30:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T21:44:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:53:27.871Z (28 days ago)
- Topics: svelte, sveltejs
- Language: Svelte
- Homepage: https://el3um4s.github.io/svelte-component-info/
- Size: 1.57 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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).