N
navigation accordion

Accordion

Collapsible panel sections, optional multi-open.

$ ndui add accordion
Component docs

Single-open (default)

A .NET 10 component workshop. The CLI wires Noundry.UI's 73-TagHelper library into your project and records what's installed in ndstudio.json.
No. The CLI is a dotnet global tool, Tailwind ships via the browser CDN by default.
The TagHelpers themselves live in the Noundry.UI assembly; for CSS changes use the standard Tailwind config or the override-classes attribute on any tag.
Source
<noundry-accordion>
    <noundry-accordion-item title="What is Noundry Studio?" open="true">...</noundry-accordion-item>
    <noundry-accordion-item title="Do I need Node.js?">...</noundry-accordion-item>
</noundry-accordion>