- Reverted the pattern back to a wrapping component. Realized it's probably more cumbersome to require users to style their own wrapping containers properly. Will provide an alternate component to use as a child though.
- Restructured the use pattern. No longer works as a wrapper, instead, use as a child of the container component. Prevents generating extra markup and easier to drop in. (see #2)