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

[Docs]Added new methods to copy and paste a component #398

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions content/en/kanvas/getting-started/working-with-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,27 @@ To copy and paste:
1. Use the right-click menu

<!-- Image needed -->
### Select All with Keyboard Shortcuts

1. Select all components on the Kanvas by pressing CMD+A (Mac) or CTRL+A (Windows).
2. Copy the selection by pressing CMD+C (Mac) or CTRL+C (Windows).
3. Paste the components by pressing CMD+V (Mac) or CTRL+V (Windows).

### Use the Right-Click Menu

1. Right-click on the canvas and select Select All Components.
![copy-paste-rightclick-select](/kanvas/getting-started/images/working-with-components/copy-paste-rightclick-select.png)
2. Right-click again and choose Paste or press CMD+V (Mac) or CTRL+V (Windows) to paste the copied components.
![copy-paste-rightclick-paste](/kanvas/getting-started/images/working-with-components/copy-paste-rightclick-paste.png)

### Use the Save As Option

1. Go to the design toolbar and select Save As.
![copy-paste-save](/kanvas/getting-started/images/working-with-components/copy-paste-save.png)
2. A copy of all components will be saved in your new design file, which you can then paste into another design.


### Select with SHIFT or CTRL
1. Press and hold either SHIFT or CTRL, then click and drag over all the components you want to select.
2. Copy the selected components with CMD+C (Mac) or CTRL+C (Windows).
3. Paste the components with CMD+V (Mac) or CTRL+V (Windows).
Loading