An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


rallax

# rallax

[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/)
[![version](https://img.shields.io/npm/v/rallax?style=for-the-badge)](https://www.npmjs.com/package/rallax)
[![size](https://img.shields.io/bundlephobia/minzip/rallax?style=for-the-badge&label=size)](https://bundlephobia.com/package/rallax)
[![downloads](https://img.shields.io/npm/dw/rallax?style=for-the-badge)](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"
```