layout components used in bloom packages
npm install bloom-layoutAccessibility of data-heavy and data-interruptive (like Alerts and Modals) components can be complex to write. These components abstract out considerations for screen readers, tab order, etc. while allowing a variety of different contents inside of them that don't need to be concerned for these issues.
Install with npm install and run with npm run dev after copying config-sample.json to config.json, just like the [bloom-starter]().