Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idris-maps/svelte-parts
Svelte components
https://github.com/idris-maps/svelte-parts
svelte
Last synced: about 1 month ago
JSON representation
Svelte components
- Host: GitHub
- URL: https://github.com/idris-maps/svelte-parts
- Owner: idris-maps
- Created: 2020-11-13T20:25:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T10:39:05.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T21:12:49.914Z (about 1 month ago)
- Topics: svelte
- Language: Svelte
- Homepage: https://svelte-parts.surge.sh
- Size: 1.39 MB
- Stars: 49
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-parts
docs: https://svelte-parts.surge.sh
## install
```
npm install svelte-parts
```## components
* [DropFile](https://svelte-parts.surge.sh/drop-file) - Drop files(s) or click to browse file system
* [Form](https://svelte-parts.surge.sh/form) - Yet another form component
* [FormBuilder](https://svelte-parts.surge.sh/form-builder) - UI to create form descriptions for [Form](https://svelte-parts.surge.sh/form)
* [Icons](https://svelte-parts.surge.sh/icons) - SVG icons from feather icons, maki icons and octicons
* [Map](https://svelte-parts.surge.sh/map) - Mapping components using leaflet
* [Markdown](https://svelte-parts.surge.sh/markdown) - Use markdown blocks in your svelte app
* [Modal](https://svelte-parts.surge.sh/modal) - Just a modal
* [Zoom](https://svelte-parts.surge.sh/zoom) - Allow pan and zoom on images---
## update 2023-01-28
Now using [svelte-kit](https://kit.svelte.dev/) to package the components. It fixes typescript errors in svelte@3. All components are now available under the same npm library: `svelte-parts`. The old `@svelte-parts/...` libraries are deprecated but still available.
The `@svelte-parts/editor` was using an older version of [codemirror](https://codemirror.net/) and is not ported to `svelte-parts`.