See [example/index.tsx](./example/index.tsx).
npm install layout-styled-components> Styled Components Layout Helper Components
This project simplify uses horizontal, grid,vertical and space styled-components.
See example/index.tsx.
`` js`
const App = () => {
return (
Hello
World
Goodbye
World
);
};
Produces:
`sh`
yarn install && yarn watch
`sh`
cd examples && yarn start
See it in browser at http://localhost:1234
`sh``
yarn run test
š¤ Kitze
* Website: https://youtube.com/kitze
* Twitter: @thekitze
* Github: @kitze
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a āļø if this project helped you!
*
_This README was generated with ā¤ļø by readme-md-generator_