CRUD Layouts
- Default CRUD layout
- CRUD layout for product management
- CRUD layout with expandable rows
- CRUD layout for user management
- CRUD layout with horizontal cards
Use the CRUD layout components to create, read, update, and delete data from your application based on a table layout with modals and drawers coded with Tailwind CSS.
- Requires Flowbite JS
Default CRUD layout
Use this free component to show data from your application inside a table with create, read, update, and delete modals.
Default CRUD layout
CRUD layout for product management
Use this component to show a list of products inside a table featuring bulk actions, images, tags, reviews, and CRUD actions using drawers.
CRUD layout for product management
CRUD layout with expandable rows
This table layout can be used to show expandable rows to show more information about a data entry including the CRUD actions and modals.
CRUD layout with expandable rows
CRUD layout for user management
This example can be used to manage users inside an application system using CRUD action modals and featuring table filtering options.
CRUD layout for user management
CRUD layout with horizontal cards
Use this example to show a list of items from your database inside a list of cards with CRUD actions including creating, reading, updating, and deleting data.
CRUD layout with horizontal cards