Introduction
@design-stack-ct/ida-framework
provides a set of components and behaviors which can be used to present a design and allow for direct interaction on the presented design. By removing any assumptions about data sources, IDA Framework models its components' props based on what is needed in that time.
Framework Features:
- React Components, Recipes, and Providers to use as needed
- Work Area: Pan and Zoom, Design Area Layout
- Design Area: Layering of Presentation and Interactive Layers
- Item Presentation: Position, Size, and Preview
- Item Interactions: Selection, Move, Resize, Rotation
Installation
Before installing, make sure you have set up npm to install packages from the @design-stack-ct namespace.
npm install @design-stack-ct/ida-framework
We recommend using TypeScript along with this project.