carbon-components-react
Version:
The Carbon Design System is IBM’s open-source design system for products and experiences.
16 lines (13 loc) • 533 B
JavaScript
;
const chalk = require('chalk');
console.warn(
chalk.yellow('Warning: ') +
chalk.cyan('carbon-components-react') +
" will soon be deprecated and no longer receive updates. We recommend to move to it's replacement, " +
chalk.cyan('@carbon/react') +
' at your earliest convenience. Please visit ' +
chalk.dim.underline.italic(
'https://github.com/carbon-design-system/carbon/discussions/12179'
) +
' for more information on the package strategy, deprecation, and plan of action.'
);