% Auto-generated: do not edit by hand
\name{bibtexButton}

\alias{bibtexButton}

\title{BibtexButton component}

\description{
Standardized button for linking to BibTeX. If no url prop is supplied, a link will be generated using the doi prop and doi2bib.org.
}

\usage{
bibtexButton(id=NULL, className=NULL, doi=NULL, target=NULL, url=NULL)
}

\arguments{
\item{id}{Character. The ID used to identify this component in Dash callbacks}

\item{className}{Character. Class name(s) to append to the component's default class (mpc-bibtex-button)
@default 'button is-small'}

\item{doi}{Character. The DOI (Digital Object Identifier) of the reference
to pass to doi2bib.org.}

\item{target}{Character. Value to add to the anchor tag's target attribute
@default '_blank'}

\item{url}{Character. Directly supply the URL to a reference's bibtex.
If supplied, the component will not generate its own link using the doi prop.}
}

\value{named list of JSON elements corresponding to React.js properties and their values}

