861
Bookmarks
3,600
Installs
27,400
Views
import { FileTree, type TreeNode } from "@/components/ui/file-tree"
const nodes: TreeNode[] = [
{
type: "folder",
name: "src",
defaultOpen: true,
children: [
{
type: "folder",22 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Atlas Kit — browse the full library on Nuxus.