@serkonda7/solid-components
v0.0.6
Published
Reusable components for SolidJS
Readme
@serkonda7/solid-components
Reusable components for SolidJS.
📦 Installation
bun install @serkonda7/solid-components solid-js🚀 Usage
import { DataTable } from '@serkonda7/solid-components'
import '@serkonda7/solid-components/styles.css'
<DataTable
rows={items}
getRowId={(item) => item.id}
columns={[{ key: 'name', label: 'Name' }]}
/>These components are available:
DataTable- generic table with optional sorting, row selection, actions, loading, empty states, and column customizer.
For the full API, examples, and agent notes, see docs.md.
📜 License
This repo is licensed under the MIT License.


