1.1.0 โ€ข Published 7 months ago

@sveu/actions v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

The key features are:

  • Type Strong ๐Ÿ’ช: Written in TypeScript, with TS Docs.
  • Fast to code ๐Ÿš€: Increase the speed to develop features by about 200% to 300%.
  • Fewer bugs ๐Ÿž: Reduce about 40% of human (developer) induced errors.
  • SSR Friendly ๐Ÿ•บ: Works perfectly with server-side.
  • Easy ๐Ÿ’ซ: Designed to be easy to use and learn. Less time reading docs.
  • Interactive demos ๐ŸŽ‰ : Documentation of functions also come with interactive demos!.
  • Feature Rich ๐ŸŒˆ: 100+ functions for you to choose from.
  • Fully ๐ŸŒณ shakeable: Only take what you want.

Installation

pnpm add -D @sveu/actions

๐Ÿงช Example

<script>
 import { dropzone } from "@sveu/actions"

 function hover(event) {
    ...
 }

 function on_file_drop(event) {
    ...
 }
</script>

<div use:dropzone on:hover="{hover}" on:files="{on_file_drop}" />

๐Ÿ™ Thanks

This project is heavily inspired by the following awesome projects.

๐Ÿ“œ License

MIT License ยฉ 2022-PRESENT Mohamed Nesredin

1.1.0

7 months ago

1.0.0

10 months ago

0.3.5

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago