Ansarada Common Element
ACE is both a design language and the UI library used to implement that language. ACE codifies the ansarada interface into a library of reusable elements for developers and for designers.
ACE documentation describes the visual language which is delivered by each element in the library, along with the code to implement each element.
The design language defined in ACE is for all ansarada products. The code library supports both traditional rendering and single page application rendering.
Payloads and Templates
ACE has a full DOM scripting payload for static and server-side rendered implementations; and a version for Single Page Apps which just provides a small JavaScript bootstrap and leaves all other state to the application.
ACE should always be used via a set of templates if possible. Manual HTML requires manual upgrades and so is not the recommended path for production.
For more, see Getting Started.