Component Library for Ember Octane apps: Overlays
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
ember install @frontile/overlays
// tailwind.config.js
module.exports = {
theme: {
// ...
},
plugins: [require('@frontile/overlays/tailwind')]
};
Visit frontile.dev to read the docs and see live demos.
This project is licensed under the MIT License.