You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toucan provides a set of accessible and reusable components that make it easy to create visually consistent and efficient Ember applications.
13
+
<br />
14
+
15
+
Toucan provides a set of accessible and reusable components that make it easy to create visually consistent and efficient Ember applications. This repository is a monorepo publishing two packages:
16
+
17
+
-`ember-toucan-core`
18
+
-`ember-toucan-form`
19
+
20
+
The `core` package contains the Toucan-styled Ember components. The `form` package allows users to build forms using [`ember-headless-form`](https://github.com/CrowdStrike/ember-headless-form) with the `core` components.
6
21
7
-
## Install
22
+
### Compatibility
23
+
24
+
- Ember.js 4.8 or above
25
+
- Embroider or ember-auto-import v2.0 or above
26
+
-[Glint](https://typed-ember.gitbook.io/glint)
27
+
28
+
## Installation
29
+
30
+
To use the presentational components in your Ember apps and addons, run one of the following.
If want to use our [`ember-headless-form`](https://github.com/CrowdStrike/ember-headless-form) abstraction that exposes the `core` form components, run one of the following.
0 commit comments