Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for groups #929

Closed
wants to merge 6 commits into from
Closed

Add support for groups #929

wants to merge 6 commits into from

Conversation

lukevella
Copy link

@lukevella lukevella commented Mar 25, 2021

Closes #307

Example Usage

const group = slide.addGroup()
group.addText("Hello", { x: 1, y: 1, w: 3, h: 1 })
group.addText("World", { x: 2, y: 2, w:3, h: 1 })

Todo:

  • Support nested groups
  • Update docs

@gitbrent gitbrent added this to the 3.x.x milestone Oct 1, 2021
@gitbrent gitbrent self-assigned this Oct 1, 2021
@gitbrent gitbrent modified the milestones: 3.x.x, 4.0.0 Jun 6, 2022
@pradeepyadav15may
Copy link

Any idea when this (grouping of widgets) will be available?

@gitbrent, @lukevella

@lukevella
Copy link
Author

I'm going to go ahead and close this PR since it's quite stale at this point. It appears there's plans to support grouping in 4.0.0.

@lukevella lukevella closed this May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How I can group by shapes with PptxGenJS?
3 participants