You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FilterPanel comes with 8 subcomponents, including search, panel, group, label, accordion (2), and checkbox (2).
With a design review, these can be expanded to include more features such as radio buttons, date pickers, sliders, etc.
FilterPanel will easily be the largest and most complex component to migrate.
TLDR
✓ Follows Carbon for IBM Products component architecture.
PROBLEMATIC IMPORTS (includes all subcomponents)
import { Accordion } from '../../Accordion';
import { AccordionItem } from '../../Accordion';
import Checkbox from '../../Checkbox';
import OverflowMenu from '../../OverflowMenu';
import TruncatedList from '../../TruncatedList';
Related issues:
You are here
Patterns (as Components)
These are Security patterns that are still widely used and DO NOT have a competing component in Carbon or Carbon for IBM Products.
This is a summary report. The details listed for each component is not comprehensive.
FilterPanel
GitHub, Storybook
FilterPanel comes with 8 subcomponents, including search, panel, group, label, accordion (2), and checkbox (2).
With a design review, these can be expanded to include more features such as radio buttons, date pickers, sliders, etc.
FilterPanel will easily be the largest and most complex component to migrate.
TLDR
PROBLEMATIC IMPORTS (includes all subcomponents)
IconButtonBar
GitHub, Storybook
TLDR
PROBLEMATIC IMPORTS
NonEntitledSection
GitHub, Storybook
TLDR
PROBLEMATIC IMPORTS
SearchBar
GitHub, Storybook
TLDR
This component must be refactored from a Class to a Function
. (Link)PROBLEMATIC IMPORTS
StatusIndicator
GitHub, Storybook
TLDR
PROBLEMATIC IMPORTS
TagWall
GitHub, Storybook
TLDR
PROBLEMATIC IMPORTS
PROBLEMATIC CODE
TagWallFilter
GitHub, Storybook
Includes one subcomponent: filter
TLDR
PROBLEMATIC IMPORTS
The text was updated successfully, but these errors were encountered: