Basic
Apply the directive to any host element that should opt into blueprint corner handles.
Panels, previews, and product containers can opt into corner handles directly.
Icons by @ng-icons/tabler-icons
The component library does not provide icons.
Component Blueprint
Utility directive for adding blueprint corner handles to any component, container, or custom surface.
Panels, previews, and product containers can opt into corner handles directly.
TS
import { FrCornerHandles } from '@frame-ui-ng/components';HTML
<section frCornerHandles class="product-panel">
<h3>Release channel</h3>
<p>Attach corner handles to any regular box element.</p>
</section>Apply the directive to any host element that should opt into blueprint corner handles.
Panels, previews, and product containers can opt into corner handles directly.
Attach the utility to compact surfaces such as action groups when they should receive the same blueprint treatment.
The utility is useful for docs previews, custom cards, tool surfaces, and app containers that are not Frame UI components.
customlocalenabledOverride the corner handle tokens locally when a host needs a different accent, inset, or handle length.
Local token overrides tune color, inset, and visible handle length.
Use these CSS custom properties on any host with frCornerHandles to tune the local handle treatment.
SCSS
--frame-corner-handle-size: var(--frame-frame-tick-size, 0.375rem);
--frame-corner-handle-inset: 0px;
--frame-corner-handle-color: var(--frame-frame-accent);
--frame-corner-handle-radius: var(--frame-radius);