Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bep/gr
/ functions
Functions
1,359 in github.com/bep/gr
⨍
Functions
1,359
◇
Types & classes
66
Function
Aria
Aria creates an accessibility attributes. See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
modifiers.go:60
Function
Article
Article — The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be indepe
el/elements.autogen.go:49
Function
Aside
Aside — The HTML <aside> element represents a section of the page with content connected tangentially to the rest, which could be considered separate
el/elements.autogen.go:58
Function
Async
Async creates an HTML attribute for 'async'.
attr/htmlattributes.autogen.go:53
Function
Audio
Audio — The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attr
el/elements.autogen.go:67
Function
AudioEnd
AudioEnd gets notified when the user agent has finished capturing audio for speech recognition. https://developer.mozilla.org/docs/Web/Events/audioen
evt/event.autogen.go:48
Function
AudioProcess
AudioProcess gets notified when the input buffer of a ScriptProcessorNode is ready to be processed. https://developer.mozilla.org/docs/Web/Events/aud
evt/event.autogen.go:55
Function
AudioStart
AudioStart gets notified when the user agent has started to capture audio for speech recognition. https://developer.mozilla.org/docs/Web/Events/audio
evt/event.autogen.go:62
Function
AutoCapitalize
AutoCapitalize creates an HTML attribute for 'autoCapitalize'.
attr/htmlattributes.autogen.go:58
Function
AutoComplete
AutoComplete creates an HTML attribute for 'autoComplete'.
attr/htmlattributes.autogen.go:63
Function
AutoCorrect
AutoCorrect creates an HTML attribute for 'autoCorrect'.
attr/htmlattributes.autogen.go:68
Function
AutoFocus
AutoFocus creates an HTML attribute for 'autoFocus'.
attr/htmlattributes.autogen.go:73
Function
AutoPlay
AutoPlay creates an HTML attribute for 'autoPlay'.
attr/htmlattributes.autogen.go:78
Function
AutoSave
AutoSave creates an HTML attribute for 'autoSave'.
attr/htmlattributes.autogen.go:83
Function
Base
Base — The HTML <base> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <base> element i
el/elements.autogen.go:85
Function
BeforePrint
BeforePrint gets notified when the associated document is about to be printed or previewed for printing. https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:69
Function
BeforeUnload
BeforeUnload gets notified when (no documentation) https://developer.mozilla.org/docs/Web/Events/beforeunload
evt/event.autogen.go:76
Function
BeginEvent
BeginEvent gets notified when a SMIL animation element begins. https://developer.mozilla.org/docs/Web/Events/beginEvent
evt/event.autogen.go:83
Function
BidirectionalIsolation
BidirectionalIsolation — The HTML <bdi> Element (or Bi-Directional Isolation Element) isolates a span of text that might be formatted in a different d
el/elements.autogen.go:94
Function
BidirectionalOverride
BidirectionalOverride — The HTML <bdo> Element (or HTML bidirectional override element) is used to override the current directionality of text. It cau
el/elements.autogen.go:103
Function
BlockQuote
BlockQuote — The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this
el/elements.autogen.go:112
Function
Blocked
Blocked gets notified when an open connection to a database is blocking a versionchange transaction on the same database. https://developer.mozilla.o
evt/event.autogen.go:90
Function
Blur
Blur gets notified when an element has lost focus (does not bubble). https://developer.mozilla.org/docs/Web/Events/blur
evt/event.autogen.go:97
Function
Bold
Bold — The HTML <b> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance.
el/elements.autogen.go:76
Method
Bool
Bool is convenience method to lookup a bool value from props.
this.go:190
Function
Boundary
Boundary gets notified when the spoken utterance reaches a word or sentence boundary https://developer.mozilla.org/docs/Web/Events/boundary
evt/event.autogen.go:104
Function
Break
Break — The HTML element line break <br> produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the div
el/elements.autogen.go:121
Function
Button
Button — The HTML <button> Element represents a clickable button. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button
el/elements.autogen.go:130
Function
CSS
CSS creates a CSS element with the provided classes. Note that duplicates are happily accepted.
modifiers.go:48
Function
Cached
Cached gets notified when the resources listed in the manifest have been downloaded, and the application is now cached. https://developer.mozilla.org
evt/event.autogen.go:111
Function
CanPlay
CanPlay gets notified when the user agent can play the media, but estimates that not enough data has been loaded to play the media up to its end witho
evt/event.autogen.go:118
Function
CanPlayThrough
CanPlayThrough gets notified when the user agent can play the media, and estimates that enough data has been loaded to play the media up to its end wi
evt/event.autogen.go:125
Function
Canvas
Canvas — The HTML <canvas> Element can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make p
el/elements.autogen.go:139
Function
Caption
Caption — The HTML <caption> Element (or HTML Table Caption Element) represents the title of a table. Though it is always the first descendant of a <t
el/elements.autogen.go:148
Function
Capture
Capture creates an HTML attribute for 'capture'.
attr/htmlattributes.autogen.go:88
Function
CellPadding
CellPadding creates an HTML attribute for 'cellPadding'.
attr/htmlattributes.autogen.go:93
Function
CellSpacing
CellSpacing creates an HTML attribute for 'cellSpacing'.
attr/htmlattributes.autogen.go:98
Function
Challenge
Challenge creates an HTML attribute for 'challenge'.
attr/htmlattributes.autogen.go:103
Function
Change
Change gets notified when the change event is fired for <input>, <select>, and <textarea> elements when a change to the element's value is committed b
evt/event.autogen.go:132
Function
CharSet
CharSet creates an HTML attribute for 'charSet'.
attr/htmlattributes.autogen.go:108
Function
ChargingChange
ChargingChange gets notified when the battery begins or stops charging. https://developer.mozilla.org/docs/Web/Events/chargingchange
evt/event.autogen.go:139
Function
ChargingTimeChange
ChargingTimeChange gets notified when the chargingTime attribute has been updated. https://developer.mozilla.org/docs/Web/Events/chargingtimechange
evt/event.autogen.go:146
Function
Checked
Checked creates an HTML attribute for 'checked'.
attr/htmlattributes.autogen.go:113
Function
Checking
Checking gets notified when the user agent is checking for an update, or attempting to download the cache manifest for the first time. https://develo
evt/event.autogen.go:153
Function
Citation
Citation — The HTML Citation Element (<cite>) represents a reference to a creative work. It must include the title of a work or a URL reference, which
el/elements.autogen.go:157
Function
Cite
Cite creates an HTML attribute for 'cite'.
attr/htmlattributes.autogen.go:118
Function
ClassID
ClassID creates an HTML attribute for 'classID'.
attr/htmlattributes.autogen.go:123
Function
ClassName
ClassName creates an HTML attribute for 'className'.
attr/htmlattributes.autogen.go:128
Function
Click
Click gets notified when a pointing device button has been pressed and released on an element. https://developer.mozilla.org/docs/Web/Events/click
evt/event.autogen.go:160
Function
Close
Close gets notified when a WebSocket connection has been closed. https://developer.mozilla.org/docs/Web/Reference/Events/close_websocket
evt/event.autogen.go:167
Function
Code
Code — The HTML Code Element (<code>) represents a fragment of computer code. By default, it is displayed in the browser's default monospace font. ht
el/elements.autogen.go:166
Function
ColSpan
ColSpan creates an HTML attribute for 'colSpan'.
attr/htmlattributes.autogen.go:133
Function
Color
Color creates an HTML attribute for 'color'.
attr/htmlattributes.autogen.go:138
Function
Cols
Cols creates an HTML attribute for 'cols'.
attr/htmlattributes.autogen.go:143
Function
Column
Column — The HTML Table Column Element (<col>) defines a column within a table and is used for defining common semantics on all common cells. It is ge
el/elements.autogen.go:175
Function
ColumnGroup
ColumnGroup — The HTML Table Column Group Element (<colgroup>) defines a group of columns within a table. https://developer.mozilla.org/en-US/docs/We
el/elements.autogen.go:184
Function
Complete
Complete gets notified when the rendering of an OfflineAudioContext is terminated. https://developer.mozilla.org/docs/Web/Events/complete
evt/event.autogen.go:174
Method
ComponentDidMount
()
tests/component_test.go:417
Method
ComponentDidMount
ComponentDidMount implements the ComponentDidMount interface.
examples/helpers.go:113
Method
ComponentDidMount
Implements the ComponentDidMount interface
examples/ajax/main.go:90
Method
ComponentDidMount
Implements the ComponentDidMount interface
examples/lifecycle/main.go:96
Method
ComponentDidMount
()
examples/composition/main.go:50
Method
ComponentDidUpdate
(prev gr.Cops)
tests/component_test.go:408
Method
ComponentDidUpdate
Implements the ComponentDidUpdate interface
examples/lifecycle/main.go:86
Method
ComponentWillMount
()
tests/component_test.go:411
Method
ComponentWillMount
Implements the ComponentWillMount interface
examples/lifecycle/main.go:91
Method
ComponentWillReceiveProps
(data gr.Cops)
tests/component_test.go:405
Method
ComponentWillReceiveProps
Implements the ComponentWillReceiveProps interface
examples/lifecycle/main.go:81
Method
ComponentWillUnmount
()
tests/component_test.go:414
Method
ComponentWillUnmount
Implements the ComponentWillUnmount interface
examples/ajax/main.go:115
Method
ComponentWillUnmount
Implements the ComponentWillUnmount interface
examples/lifecycle/main.go:101
Method
ComponentWillUpdate
(next gr.Cops)
tests/component_test.go:402
Method
ComponentWillUpdate
Implements the ComponentWillUpdate interface
examples/lifecycle/main.go:76
Function
CompositionEnd
CompositionEnd gets notified when the composition of a passage of text has been completed or canceled. https://developer.mozilla.org/docs/Web/Events/
evt/event.autogen.go:181
Function
CompositionStart
CompositionStart gets notified when the composition of a passage of text is prepared (similar to keydown for a keyboard input, but works with other in
evt/event.autogen.go:188
Function
CompositionUpdate
CompositionUpdate gets notified when a character is added to a passage of text being composed. https://developer.mozilla.org/docs/Web/Events/composit
evt/event.autogen.go:195
Function
Content
Content creates an HTML attribute for 'content'.
attr/htmlattributes.autogen.go:148
Function
ContentEditable
ContentEditable creates an HTML attribute for 'contentEditable'.
attr/htmlattributes.autogen.go:153
Function
ContextMenu
ContextMenu gets notified when the right button of the mouse is clicked (before the context menu is displayed). https://developer.mozilla.org/docs/We
evt/event.autogen.go:202
Function
ContextMenu
ContextMenu creates an HTML attribute for 'contextMenu'.
attr/htmlattributes.autogen.go:158
Function
Controls
Controls creates an HTML attribute for 'controls'.
attr/htmlattributes.autogen.go:163
Function
Coords
Coords creates an HTML attribute for 'coords'.
attr/htmlattributes.autogen.go:168
Function
Copy
Copy gets notified when the text selection has been added to the clipboard. https://developer.mozilla.org/docs/Web/Events/copy
evt/event.autogen.go:209
Function
CreateIfNeeded
CreateIfNeeded evaluates the given Component and returns an Element, creating a new instance if needed. This is a convenience method; if you need to p
component.go:330
Function
CrossOrigin
CrossOrigin creates an HTML attribute for 'crossOrigin'.
attr/htmlattributes.autogen.go:173
Function
Cut
Cut gets notified when the text selection has been removed from the document and added to the clipboard. https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:216
Function
DOMContentLoaded
DOMContentLoaded gets notified when the document has finished loading (but not its dependent resources). https://developer.mozilla.org/docs/Web/Event
evt/event.autogen.go:223
Function
DangerouslySetInnerHTML
DangerouslySetInnerHTML Provides the ability to insert raw HTML, mainly for cooperating with DOM string manipulation libraries.
attr/htmlattributes.autogen.go:179
Function
Data
Data creates a data attribute, e.g. data-columns="3" See https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes
modifiers.go:54
Function
Data
Data creates an HTML attribute for 'data'.
attr/htmlattributes.autogen.go:184
Function
Data
Data — The HTML <data> Element links a given content with a machine-readable translation. If the content is time- or date-related, the <time> must be
el/elements.autogen.go:193
Function
DataList
DataList — The HTML Datalist Element (<datalist>) contains a set of <option> elements that represent the values available for other controls. https:/
el/elements.autogen.go:202
Function
Datatype
Datatype creates an HTML attribute for 'datatype'.
attr/htmlattributes.autogen.go:189
Function
DateTime
DateTime creates an HTML attribute for 'dateTime'.
attr/htmlattributes.autogen.go:194
Function
Default
Default creates an HTML attribute for 'default'.
attr/htmlattributes.autogen.go:199
Function
DefaultValue
DefaultValue can be used to initialize an uncontrolled React component with a non-empty value. See https://facebook.github.io/react/docs/forms.html
attr/htmlattributes.autogen.go:206
Function
Defer
Defer creates an HTML attribute for 'defer'.
attr/htmlattributes.autogen.go:211
Function
Definition
Definition — The HTML Definition Element (<dfn>) represents the defining instance of a term. https://developer.mozilla.org/en-US/docs/Web/HTML/Elemen
el/elements.autogen.go:238
Function
DefinitionTerm
DefinitionTerm — The HTML <dt> element (or HTML Definition Term Element) identifies a term in a definition list. This element can occur only as a chil
el/elements.autogen.go:274
Function
DeletedText
DeletedText — The HTML Deleted Text Element (<del>) represents a range of text that has been deleted from a document. This element is often (but need
el/elements.autogen.go:220
← previous
next →
801–900 of 1,359, ranked by callers