Metadata-Version: 2.1
Name: dash-holoniq-components
Version: 0.0.5
Summary: Custom components for use in Plotly Dash
Home-page: https://github.com/stevej2608/dash-holoniq-components
Author: Steve Jones
Author-email: jonesst2608@gmail.com
License: Apache Software License
Description: # dash-holoniq-components
        
        A set of house-keeping components for [Dash][dash-homepage] that make the 
        implementation of forms and larger, multi-page applications a little easier.
        
        The following components are available:
        
        **Alert** The Alert component is hidden if it has no children. When children are injected the Alert 
        component sets its style to become visible
        
        **ButtonLink** Allows you to create a clickable link within a multi-page app in
        the same way as `dcc.Link`. The standard `dcc.Button` attributes `n_clicks` and `n_clicks_timestamp` have been 
        added to ButtonLink. These attributes can be used for notification that the `ButtonLink` has 
        been clicked. `ButtonLink` can be enabled/disabled allowing conditional control of the link via a Dash callback
        
        **Form** The `Form` components normal submit action can be inhibited. The form data, as it would be 
        reported by the a submit action, is available in a Dash callback via the components `form_data` attribute.
        
        **InputWithIcon** Adds a font awesome glyph and tooltip to the end of a standard input box
        
        **LayoutRouter** The children of LayoutRouter are each wrapped in a Div that is
        is hidden/shown based on the current value of the LayoutRouter 'switch' attribute.
        
        The advantage of `LayoutRouter` over the [standard](https://dash.plot.ly/urls) approach to 
        dynamic layout is that **ALL** the applications layout is rendered, but hidden, when the
        Dash application starts. `LayoutRouter` overcomes the problem with the `standard` approach 
        were callbacks linked to dynamic content are difficult to realise.
        
        **PageTitle** Sets the page title:
        
        **PasswordWithShow** Password input with a show/hide icon that can be clicked to reveal the password
        
        **Redirect**  Allows the window history/location to be set to a new value
        
        ## Installation
        
        ### PyPI
        
        You can install *dash-holoniq-components* with `pip`:
        
        ```
        pip install dash-holoniq-components
        ```
        
        ## Documentation
        
        Head over to the [*README*][docs-homepage] for more details.
        
        ## Contributing
        
        The source code for *dash-bootstrap-components* is available
        [on GitHub][dhc-repo]. If you find a bug or something is unclear, we encourage
        you to raise an issue. We also welcome contributions, to contribute, fork the
        repository and open a [pull request][dhc-pulls].
        
        
        [dash-homepage]: https://dash.plot.ly/
        [dhc-repo]: https://github.com/stevej2608/dash-holoniq-components
        [docs-homepage]: https://github.com/stevej2608/dash-holoniq-components/blob/master/README.md
        [dhc-pulls]: https://github.com/stevej2608/dash-holoniq-components/pulls
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Widget Sets
Description-Content-Type: text/markdown
