thin-backend-components
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Crud Component

The CRUD component is a table based view for quickly displaying, editing, creating and deleting database records

Usage

function App() {
    return <IHPBackend requireLogin>
        <div className="container">
            
            <!-- Mount the Crud component and pass a query -->
            <Crud query={query('tasks')} />
        </div>
    </IHPBackend>
}

The rendered table will look like this:

Readme

Keywords

none

Package Sidebar

Install

npm i thin-backend-components

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

13.3 kB

Total Files

6

Last publish

Collaborators

  • mpscholten