Thin UI Components

Build your apps faster with ready-to-use customizable components

Build your apps faster with accessible, customizable components that are optimized for both desktop and mobile use.

Crud

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

function App() {
    return <Crud query={query('tasks')} />
}

Combo Box (soon)

The combo box is used to quickly select a specific item from a database table.

function App() {
    return <Combobox query={query('tasks')} />
}

Upload (soon)

The Upload component is used for uploading files. It shows the upload progress using a progress bar, allows for retrying in case of error and supports drag and drop.

function App() {
    return <Upload table="files" />
}

Try out the Components today and see it for yourself!