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

feat: Allow SignInButton to accept all normal button props #163

Open
tinaszheng opened this issue May 7, 2024 · 1 comment
Open

feat: Allow SignInButton to accept all normal button props #163

tinaszheng opened this issue May 7, 2024 · 1 comment
Labels

Comments

@tinaszheng
Copy link

What is the feature you would like to implement?
I'd like to pass in default button props, like id, ref, or className to the SignInButton component. One use case is I'd like to programmatically click the button to show the sign in flow without needing the user to click themselves, or pass in tailwind-style styling to the button.

@joeblau
Copy link

joeblau commented May 8, 2024

The challenge with this is that SignInButton is more than just a button. It's the button, the QR code, the modal header, the button on the QR code, the style of the modal and a bunch of other stuff.

I think having a nice JSX template where we can modify all of the components would be a great way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants