# Switcher

A layout component which will switch it's children from a horizontal layout to a vertical one when the content no longer fits the page width. 

Takes two props: 

1. `threshold`: The container width at which the component switches between a horizontal and vertical layout 

2. `space`: The space (margin) between the child elements


Very, very inspired by https://every-layout.dev