Skip to content

Conversation

@bobbor
Copy link
Member

@bobbor bobbor commented Nov 26, 2025

Description of changes

Add documentation for Svelte and Svelte Authenticator

Issue #, if available

Description of how you validated changes

build and looked at the doc preview.

Checklist

  • Have read the Pull Request Guidelines
  • PR description included
  • yarn test passes and tests are updated/added
  • PR title and commit messages follow conventional commit syntax
  • If this change should result in a version bump, changeset added (This can be done after creating the PR.) This does not apply to changes made to docs, e2e, examples, or other private packages.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bobbor bobbor requested a review from a team as a code owner November 26, 2025 15:11
@changeset-bot
Copy link

changeset-bot bot commented Nov 26, 2025

🦋 Changeset detected

Latest commit: 07d9c4a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR


```html
<script lang="ts">
import { Authenticator, useAuthenticator } from '@aws-amplify/ui-vue';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be import { Authenticator, useAuthenticator } from '@aws-amplify/ui-svelte';

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the only wrong import. Also check the other examples.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, yeah. too much copy-pasting 😅

>
<LogoLink platform={platform} onClick={onClick} />
<MenuButton expanded={expanded} setExpanded={setExpanded} />
{/*<MenuButton expanded={expanded} setExpanded={setExpanded} />*/}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is commented by mistake. good catch, I re-enabled this. It's this button.

Screenshot 2025-11-28 at 2 01 59 PM

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.

3 participants