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
We need to create filters TypeScript models that represent filter fields with respective types.
Also we need to add factory that generates Semantic UI React components according to the type, e.g. if property type is boolean it should return Checkbox component.
Supported filters:
Resize
Crop
Blur
Overlay
Background
Acceptance Criteria
Filters models created
Factory produces React components based on the filter name (string value)
The text was updated successfully, but these errors were encountered:
Feature
We need to create filters TypeScript models that represent filter fields with respective types.
Also we need to add factory that generates Semantic UI React components according to the type, e.g. if property type is boolean it should return Checkbox component.
Supported filters:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: