Anchor
import { Anchor, Positioner } from '@editora/ui-react';
<>
<Anchor id="filters-anchor" />
<Positioner anchor="filters-anchor" placement="bottom">
<div>Anchored content</div>
</Positioner>
</>;
Key Props
children
Notes
Anchoris intentionally minimal. Most behavior lives in the components that reference it.- Use normal React HTML attributes like
id,className, andstylewhen needed.