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
We need Angular Schematics that streamline adding our headless primitives into an existing Angular project. The generated structure must be flexible enough to accommodate different styling approaches. Ideally, developers should be able to choose between traditional CSS or Tailwind CSS when scaffolding new primitives.
Additional context
Styling Options
Include a flag (e.g., --style=css or --style=tailwind) to automatically set up the chosen styling approach.
If CSS is selected, create a .css file and link it in the component.
If Tailwind CSS is selected, configure and import Tailwind accordingly or extend existing Tailwind settings in the project.
Configurability
Provide user prompts or CLI flags for optional parameters (e.g., component name, path, additional config).
Make it easy to extend or customize further (e.g., theming, additional dependencies).
Documentation
Provide inline code comments explaining how to adjust or customize the generated files.
Update the README with detailed instructions for using the schematic (installation, usage, troubleshooting).
The text was updated successfully, but these errors were encountered:
Feature request
Overview
We need Angular Schematics that streamline adding our headless primitives into an existing Angular project. The generated structure must be flexible enough to accommodate different styling approaches. Ideally, developers should be able to choose between traditional CSS or Tailwind CSS when scaffolding new primitives.
Additional context
Styling Options
Configurability
Documentation
The text was updated successfully, but these errors were encountered: