[Sandbox]: Add filters models & factory
artdaw opened this issue · 0 comments
artdaw commented
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:
- Resize
- Crop
- Blur
- Overlay
- Background
Acceptance Criteria
- Filters models created
- Factory produces React components based on the filter name (string value)