gui/components/home/BlockPalette

The Home left pane: the building-block palette. A search box, the Blocks/Lists groups with their folder sub-tabs, and the chip cloud. Self-contained — it owns its own search query and active-group/sub-tab state and rebuilds its catalog (it's the only consumer). It reports up only the cross-pane actions: inserting a token into the composer and the hover tooltip.

Description:
  • The Home left pane: the building-block palette. A search box, the Blocks/Lists groups with their folder sub-tabs, and the chip cloud. Self-contained — it owns its own search query and active-group/sub-tab state and rebuilds its catalog (it's the only consumer). It reports up only the cross-pane actions: inserting a token into the composer and the hover tooltip.

Source:

(require("gui/components/home/BlockPalette"))(props) → {JSX.Element}

Description:
  • The building-block palette.

Source:
Parameters:
Name Type Description
props object
Properties
Name Type Description
includeAdult boolean

Whether nsfw-flagged blocks are shown.

Returns:
Type
JSX.Element