component_preview: Add component pages (#26284)
This PR adds pages to component preview when clicking on a given component in the sidebar. This will let us create richer previews & better docs for using components in the future. Release Notes: - N/A
This commit is contained in:
parent
3ff2c8fc38
commit
1b34437839
4 changed files with 132 additions and 57 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3047,6 +3047,7 @@ name = "component_preview"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"client",
|
||||
"collections",
|
||||
"component",
|
||||
"gpui",
|
||||
"languages",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue