Skip to main content
Version: Next

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

  • Anchor is intentionally minimal. Most behavior lives in the components that reference it.
  • Use normal React HTML attributes like id, className, and style when needed.