Skip to content

Instantly share code, notes, and snippets.

@rekomat
Created June 22, 2022 10:08
Show Gist options
  • Save rekomat/70dcc901570710deb72468200ad90b67 to your computer and use it in GitHub Desktop.
Save rekomat/70dcc901570710deb72468200ad90b67 to your computer and use it in GitHub Desktop.
Samples of ASCII file sctructure trees

ASCII Tree

@igs/ngx-ui
├── app-layout
│   ├── app-frame (app-layout)
│   └── app-header-drawer
├── workspace-layout (feature-layout)
│   ├── workspace-header
│   ├── workspace-simple (feature-layout-simple)
│   └── workspace-sidepanel (feature-layout-sidepanel)
│       └── sidepanel
├── content-control (content)
│   ├── scroll-container
│   └── paginator
├── user-feedback
│   └── message
├── user-input
│   ├── button
│   ├── dropdown
│   ├── input
│   └── radio-button
└── services
    └── layout-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment