Workspace users
Component-composed paginated user index and search plus detail, empty, loading, error, bulk, outcome, and mobile states.
Workspace users
Paginated index and search, identity detail, empty, loading, failure, bulk action, outcomes, and mobile pressure.
Bulk
Native checkbox selection and a typed action establish a review-before-apply workflow.
Bulk user actions
Select users, choose one action, and review the affected records before applying it.
Select users, choose one action, and review the affected records before applying it.
Cancel bulk actionViewport
Ruby
test/dummy/app/components/gallery/compositions/users_page.rbdiv(
data: {
gallery: "composition-surface",
gallery_composition: "users",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
render NitroKit::Container.new(size: :xl, id: "gallery-users-container") do
render NitroKit::Flex.new(dir: :col, gap: 6, align: :stretch, id: "gallery-users-stack") do
turbo_frame_tag("gallery-users-frame") { render_screen }
end
end
end