svelte-repel-cursor

1.0.0 • Public • Published

Svelte Repel Cursor

license

The svelte-repel-cursor provider a action of svelte that repel do it the element repel the cursor

Prerequisites

This library requires Svelte 3.x.x (version 3 or later). Svelte are really easy to install.

Table of contents

Installation

BEFORE YOU INSTALL: please read the prerequisites

To install and set up the library, run:

$ npm install svelte-repel-cursor

Or if you prefer using Yarn:

$ yarn add svelte-repel-cursor

Usage for Svelte Kit

<script> import powerStyles from "power-styles"; import { browser } from '$app/env'; const { FontSize } = browser ? powerStyles() : {}; export let fontSize = CSS.em(2); </script>

``` <script> import powerStyles from "power-styles"; const { FontSize } = powerStyles(); export let fontSize = CSS.em(2); </script>

```

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😎

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Juan David Avila - JuanDAC JuanDAC github stats

See also the list of contributors who participated in this project.

License

MIT License

Package Sidebar

Install

npm i svelte-repel-cursor

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

9.52 kB

Total Files

6

Last publish

Collaborators

  • juandac