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

https://github.com/felixwieland/solid-gridstack

solid-js wrapper for gridstack.js
https://github.com/felixwieland/solid-gridstack

gridstackjs solid-js

Last synced: 6 months ago
JSON representation

solid-js wrapper for gridstack.js

Awesome Lists containing this project

README

          


solid-gridstack

# solid-gridstack

[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/)
[![npm](https://img.shields.io/npm/v/solid-gridstack?style=for-the-badge)](https://www.npmjs.com/package/solid-gridstack)

A simple wrapper around [gridstack.js](https://github.com/gridstack/gridstack.js) for solid-js.

## Quick start

Install it:

```bash
npm i solid-gridstack
# or
yarn add solid-gridstack
# or
pnpm add solid-gridstack
```

Use it:

```tsx
import { GridStack } from 'solid-gridstack'

const App = () => (
(




))}
/>
);
```