2.3.0 • Published 9 months ago

solidjs-use v2.3.0

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

Collection of SolidJS utilities inspired completely by VueUse.

CI status Docs status NPM version NPM downloads GitHub

DocsPlaygroundDemo

npm.io

🚀 Features

🦄 Usage

import { useMouse } from 'solidjs-use'

const Demo = () => {
  const { x, y } = useMouse()
  return (
    <h1>
      {x()} x {y()}
    </h1>
  )
}

export default Demo

Refer to documentations for more details.

📦 Install

npm i solidjs-use

Add ons

Demo

🧱 Contribute

See the Contributing Guide

🌸 Thanks

This project is heavily inspired by the following awesome projects.

And thanks to all the contributors on GitHub!

📄 License

MIT License © 2023-PRESENT dream2023

Star History Chart

2.3.0

9 months ago

2.2.1

10 months ago

2.2.0

11 months ago

2.1.0

1 year ago

2.0.0

1 year ago

2.0.0-beta.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago