onlook-dev / onlook

The open source, local-first Figma for React. Design directly in your live React app and publish your changes to code.
https://onlook.dev
Apache License 2.0
3.13k stars 198 forks source link

Component discovery #285

Closed bkrmendy closed 2 months ago

bkrmendy commented 2 months ago

Description

This PR adds the capability to discover components from a project directory and store them with the path of the file they're in. This will make it possible down the line to insert those components into the code with their respective import statements.

Inserting and removing components is out of scope for this PR, to be added in a follow-up PR.

What is the purpose of this pull request?