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 - Multiselect
Use Cloudscape Multiselect component
If the Multiselect is used in a Form setting, it is recommended to
use NorthStar v2 FormRenderer component
to build the form from JSON schema.
## Update Import
```diff
- import Multiselect from 'aws-northstar/components/Multiselect';
+ import Multiselect from '@cloudscape-design/components/multiselect';
```
export const Component = () => {
return ;
};