Thanks to visit codestin.com
Credit goes to github.com

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

provide a className for the button #582

@michaud

Description

@michaud

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}>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions