HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/article","displayName":"Article","methods":[],"props":{"id":{"type":{"name":"string"},"required":false,"description":"The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."},"children":{"type":{"name":"node"},"required":false,"description":"The children of this component"},"n_clicks":{"type":{"name":"number"},"required":false,"description":"An integer that represents the number of times\nthat this element has been clicked on.","defaultValue":{"value":"0","computed":false}},"n_clicks_timestamp":{"type":{"name":"number"},"required":false,"description":"An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.","defaultValue":{"value":"-1","computed":false}},"disable_n_clicks":{"type":{"name":"bool"},"required":false,"description":"When True, this will disable the n_clicks prop. Use this to remove\nevent listeners that may interfere with screen readers."},"key":{"type":{"name":"string"},"required":false,"description":"A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"},"data-*":{"type":{"name":"string"},"required":false,"description":"A wildcard data attribute"},"aria-*":{"type":{"name":"string"},"required":false,"description":"A wildcard aria attribute"},"accessKey":{"type":{"name":"string"},"required":false,"description":"Keyboard shortcut to activate or add focus to the element."},"className":{"type":{"name":"string"},"required":false,"description":"Often used with CSS to style elements with common properties."},"contentEditable":{"type":{"name":"string"},"required":false,"description":"Indicates whether the element's content is editable."},"dir":{"type":{"name":"string"},"required":false,"description":"Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"},"draggable":{"type":{"name":"string"},"required":false,"description":"Defines whether the element can be dragged."},"hidden":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'hidden'","computed":false},{"value":"'HIDDEN'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Prevents rendering of given element, while keeping child elements, e.g. script elements, active."},"lang":{"type":{"name":"string"},"required":false,"description":"Defines the language used in the element."},"role":{"type":{"name":"string"},"required":false,"description":"Defines an explicit role for an element for use by assistive technologies."},"spellCheck":{"type":{"name":"string"},"required":false,"description":"Indicates whether spell checking is allowed for the element."},"style":{"type":{"name":"object"},"required":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Aside.react.js":{"description":"Aside is a wrapper for the