Anonymous View
Skip to main content
The components command lets you view components saved in your Loops account.

get

Get a component by ID.
loops components get clx1234abc

list

List components.
loops components list
Pass --pick to filter the list interactively with fzf and copy the selected component ID to your clipboard. Requires fzf to be installed and on your PATH.
loops components list --pick

Flags

FlagDescription
--pickInteractively pick a component and copy its ID to the clipboard. Requires fzf.
--per-pageResults per page (10–50, default 20)
--cursorPagination cursor for a specific page
Last modified on June 10, 2026