Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

provide a className for the button #582

Open
michaud opened this issue Feb 4, 2022 · 1 comment
Open

provide a className for the button #582

michaud opened this issue Feb 4, 2022 · 1 comment

Comments

@michaud
Copy link

michaud commented Feb 4, 2022

const { oidcIssuer, redirectUrl, children, authOptions, onError } =

<button type="button" onClick={loginHandler} onKeyDown={keyDownHandler}>

at the moment the button is styled by global styles but most times you would like to be able to customize the button. Passing through the className prop would help with that

const { oidcIssuer, redirectUrl, children, _className,_ authOptions, onError } =

<button _className={ className }_ type="button" onClick={loginHandler} onKeyDown={keyDownHandler}>

@NSeydoux
Copy link
Contributor

Hi @michaud , sorry this issue was never replied to. We are deprecating this library, so we will not be addressing the open issues.

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

No branches or pull requests

2 participants