Aside

Aside screenshot

When to use

Drop a single Aside at the end of a major section to summarize the one-sentence takeaway. The component has no props — just children.

Example

import Aside from '../../components/widgets/Aside.astro';

<Aside>
  Per-token entropy tracks ablation severity almost perfectly — but only
  on in-distribution prompts.
</Aside>

Props

None. The component renders its slot inside a styled <div class="aside">.

When not to use