evargast / signature-generator

https://evargast.github.io/signature-generator/
MIT License
2 stars 1 forks source link

Create a wrapper Layout component #31

Closed evargast closed 1 year ago

evargast commented 1 year ago

- [x] Layout implements the Header component and _aligns_ them _**vertically**_
```javascript 
<Layout> 
  <Header /> 
 {children}
</Layout>

Once completed, this component should be added to App.tsx, it should be inside SignatureProvider but it should wrap all the existing child components. Check this example on how to render child components inside another component

Screen Shot 2023-03-30 at 10 30 15 PM