woocommerce/plugins/woocommerce-admin/client/layout/sidebar
Kelly Dwan 4191d7adab Add ActivityCard component (https://github.com/woocommerce/woocommerce-admin/pull/86)
* Add an ActivityCard component

* Add font-size mixin, hover-state mixin, and a fake base padding

* Style the ActivityCard

* Style the card image

* Add README

* Address PR feedback

- Add className prop
- children propType is required
- Link to a real image
2018-05-25 15:34:35 -04:00
..
README.md Add timeline separator/heading to the sidebar (https://github.com/woocommerce/woocommerce-admin/pull/71) 2018-05-22 16:15:00 -04:00
activity.js Add ActivityCard component (https://github.com/woocommerce/woocommerce-admin/pull/86) 2018-05-25 15:34:35 -04:00
header.js Fix React warnings for nested components/className (https://github.com/woocommerce/woocommerce-admin/pull/83) 2018-05-23 14:01:41 -04:00
index.js Add ActivityCard component (https://github.com/woocommerce/woocommerce-admin/pull/86) 2018-05-25 15:34:35 -04:00
style.scss Sidebar: Add Tabs 2018-05-23 12:42:26 +12:00

README.md

Sidebar

This component contains the sidebar content. This is shown on every page, but conditionally hidden behind a toggle button in the Header.

SidebarHeader

The SidebarHeader component is used to separate timeline entries by date. It accepts a required label prop (i.e. Today, Yesterday, 2 Days Ago, Last Week).