https://github.com/thetarnav/rallax
Parallax library for SolidJS
https://github.com/thetarnav/rallax
parallax solid-js
Last synced: 4 months ago
JSON representation
Parallax library for SolidJS
- Host: GitHub
- URL: https://github.com/thetarnav/rallax
- Owner: thetarnav
- License: mit
- Created: 2022-07-29T09:52:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T15:46:19.000Z (over 3 years ago)
- Last Synced: 2025-02-04T07:15:03.759Z (about 1 year ago)
- Topics: parallax, solid-js
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rallax
[](https://pnpm.io/)
[](https://www.npmjs.com/package/rallax)
[](https://bundlephobia.com/package/rallax)
[](https://www.npmjs.com/package/rallax)
Parallax library for SolidJS
## Quick start
Install it:
```bash
npm i rallax
# or
yarn add rallax
# or
pnpm add rallax
```
Use it:
```tsx
import rallax from "rallax"
```