skrop icon indicating copy to clipboard operation
skrop copied to clipboard

[Sandbox]: Add filters models & factory

Open artdaw opened this issue 6 years ago • 0 comments

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)

artdaw avatar Dec 18 '18 08:12 artdaw