Skip to content

UISection

With title and description
General
Basic instrument settings.
Title only
Actions
PropTypeDefaultDescription
titlestringSection heading
descriptionstringSmaller text below the title
childrenReactNodeSection content
import { UISection } from "tango-api";
<UISection title="Preferences" description="Customize your experience.">
{/* content */}
</UISection>