Getting Started

ember-common-ui is a suite of Ember.js component libraries for building validated forms and rich UI layouts.

Packages

  • @triptyk/ember-inputLow-level input primitives (input, select, datepicker, file, etc.).
  • @triptyk/ember-input-validationValidated form prefabs built on ember-input and ember-immer-changeset with Zod schemas.
  • @triptyk/ember-uiHigh-level UI prefabs: dashboard layout, login/forgot-password/reset-password flows, forms, tables, and modals.

Quick Start

The example below shows a minimal validated form using ember-input-validation and ember-ui.

glimmer-ts