diff --git a/src/components/tree/Tree.js b/src/components/tree/Tree.js index 4b44d8024d..069ddbdaef 100644 --- a/src/components/tree/Tree.js +++ b/src/components/tree/Tree.js @@ -94,7 +94,7 @@ export class TreeNode extends Component { }), nodeContent = (
UI components are configured as modules, once PrimeReact is downloaded and configured, modules and apis can be imported from 'primereact' shorthand in your application code.
-Importing from primereact will load all other components as well, to only import a specific component pattern would result in a smaller bundle size.