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
It generates a skeleton of component with some form inputs and submit button for adding, updating or deleting something look for the existing scaffold as an inspiration,
Could you give some more info about what you see this creating? Maybe a screenshot even?
You said it should include "some form inputs and submit button for adding, updating or deleting something" but isn't that what the scaffolds already do? Or is this is just for a single Cell?
We do have a cell generator, could this be an additional flag you send to that generator that will include something more in the body of the component?
yarn rw g mutation [edit|delete|new] <name>
It generates a skeleton of component with some form inputs and submit button for adding, updating or deleting something look for the existing scaffold as an inspiration,
https://github.com/redwoodjs/redwood/tree/master/packages/cli/src/commands/generate/scaffold/templates/components
The text was updated successfully, but these errors were encountered: