GitHub user EvertonSA created a discussion: Reusing Frontend Components

Hi, I'm about to develop a plugin for my company and I would like to follow 
general airflow UX.

In practice, I need to "clone" connection view and hook up that to my specific 
REST implementation. I was able to do it by copying the core components to my 
plugin but I have not found examples on how to reuse the ones defined in 
airflow core. 

I used edge3 plugin as inspiration for my change, and there I see this comment: 
https://github.com/eladkal/airflow/blob/bad8d25a56377c4448b40f5693d4e30878b19d96/providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/WorkerPage.tsx#L37

```
  // TODO to make it proper
  // Use DataTable as component from Airflow-Core UI
```

 Is it possible to reuse airflow core components such as DataTable or 
FlexibleForm? 

GitHub link: https://github.com/apache/airflow/discussions/59881

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to