visual-stack
visual-stack copied to clipboard
CJ's UI Component Library
Components with visual behaviors should manage their own state and not rely on Redux. The side nav requires redux for its visual behavior. To use it, the application needs to...
Page links lose active/focus styles when clicking elsewhere on the page. Need to add some sort of classname to show which page the user is viewing.
We should have a standard set of props (at least `className`, but there might be others) that all—or all the presentational—components support in a consistent way.
Current implementation of SideNav is tablet friendly, but not mobile friendly. The collapse SideNav should be a small icon, and no full length sidebar.
Clear up components and css in Visual Stack so that it passes the WCAG 2.1 standards.
Add css color variables to visual stack, so apps consuming VS can use these colors easily. Depending on the applications uses, maybe styled-components theme variables can work. That or give...
Create an applicate layout which incorporates the Sliding Panel as well as Side Nav and Page Content. Please look to insights or developer portal for reference.
Long blocks of code in the <pre> element aren't initializing a horizontal scrollbar and prevent the container from collapsing for mobile. Example: Navigate to the Forms page in Visual Stack...
See screenshot, button is clickable even if cursor is outside, but on the same line. Also, cursor reflects that the button will be clicked.
On http://visual-stack-dev.s3-website-us-east-1.amazonaws.com/components/form, section “Default Buttons” should probably be “Form with input and label” and “Large Buttons” could be “Form with legend”.