import { Meta } from '@storybook/addon-docs'; import Link from '@cloudscape-design/components/link'; import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter'; # Migrating from NorthStar legacy - FormSection There is not a matched FormSection component from Cloudscape. Use Cloudscape Container component to create FormSection inside a Form. Alternatively, it is recommended to use NorthStar v2 FormRenderer component to build the form from JSON schema. Use SubForm component type in FormRenderer to add a FormSection to the Form.