UNPKG

@asafarim/paginated-project-grid

Version:

A responsive React component for displaying paginated project cards with built-in search functionality

3 lines (2 loc) 141 B
export { PaginatedProjectGrid } from './components/PaginatedProjectGrid'; export type { PaginatedProjectGridProps, Project } from './types';