Skip to content

reusable presentational components for your bloom projects

License

Notifications You must be signed in to change notification settings

vineyard-bloom/bloom-layout

Repository files navigation

Bloom Layout

Reusable presentational components in React

What & Why

This library provides fully-accessible, reusable components with easily-overridable default styles. They don't depend on Redux or other stateful libraries to function, but implementation suggestions are discussed.

Accessibility 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.

Contents

Boot up the Example in a Browser:

You can dev using the /example folder in this repo.

Install with npm install and run with npm run dev after copying config-sample.json to config.json, just like the bloom-starter.

About

reusable presentational components for your bloom projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published