kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Introduce `preview` props in Kedro-Viz react component #1950

Open jitu5 opened 1 week ago

jitu5 commented 1 week ago

Resolves https://github.com/kedro-org/kedro-viz/issues/1745

This PR addresses a requirement for cases where users of Kedro-Viz as a React component in embedded mode want to see only the flowchart view, hiding all other components such as the global toolbar, sidebar, primary toolbar, and other action buttons.

Screenshot 2024-06-19 at 10 46 04 p m

Development notes

<KedroViz data={data} preview />

QA notes

Checklist