Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(migration): clarify package usage recommendation #3383

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/pages/migrating/guide/develop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ around in v11 but they will only be re-exports of `@carbon/styles` and
## carbon-components-react

Starting in v11, the React components for Carbon live in the `@carbon/react`
package. Alternatively, you can continue to use `carbon-components` as it
re-exports components from the `@carbon/react` package.
package.

The `@carbon/react` package also includes the styles for Carbon along with
icons.
Expand Down