Skip to content
Alex Bueno edited this page Mar 22, 2022 · 3 revisions

Welcome to the halstack-style-guide wiki!

Documentation site

The documentation site is under the website folder of the repository

Creating a single page layout

Creating a tabs layout

website  
|
└───screens 
│   │
│   └───components
│       │ 
│       │─── component
|       |    │
|       |    │    ComponentPageLayout.tsx
|       |    │     
|       |    │─── specs
│       │    │    │    ComponentSpecsPage.tsx
│       │    │    │      
│       │    │    └─── images
│       │    │    
│       │    └─── usage 
│       │         │    ComponentUsagePage.tsx   
│       │         │
│       │         └─── images
│       │
│       └─── ...            

Clone this wiki locally