Metadata-Version: 2.1
Name: dash-bootstrap-components
Version: 0.2.4
Summary: Bootstrap themed components for use in Plotly Dash
Home-page: https://github.com/ASIDataScience/dash-bootstrap-components
Author: ASI Data Science
Author-email: engineering@asidatascience.com
License: Apache Software License
Description: # dash-bootstrap-components
        
        [Plotly Dash][dash-homepage] is great! However, creating the initial
        layout can create a lot of boilerplate. *dash-bootstrap-components*
        reduces this boilerplate by providing standard layouts and high-level
        components.
        
        *dash-bootstrap-components* provides [Bootstrap][bootstrap-homepage]
        components. It is built on top of [reactstrap][reactstrap-homepage].
        
        ## Installation
        
        *dash-bootstrap-components* is hosted on PyPI, and can be installed by
        running
        
        ```
        pip install dash-bootstrap-components
        ```
        
        ## Documentation
        
        Head over to the [*documentation*][docs-homepage] for tutorials and
        the API reference.
        
        ## Layouts and components
        
        *dash-bootstrap-components* includes several high-level components
        that can be composed with each other or with components in
        [dash-core-components](https://dash.plot.ly/dash-core-components).
        
        ### Standard row and column-based layouts
        
        ![layout](./readme-images/layout.png)
        
        ---
        
        ### Cards
        
        ![cards](./readme-images/cards.png)
        
        ---
        
        ### Tabs
        
        ![tabs](./readme-images/tabs.png)
        
        ---
        
        ### Forms
        
        ![forms](./readme-images/forms.png)
        
        ---
        
        ### Dropdowns
        
        <img src="./readme-images/dropdown.png" width="200"/>
        
        ---
        
        ### Tooltips
        
        <img src="./readme-images/tooltips.png" width="400"/>
        
        
        ... and many more. For a full list of components, head over to [the documentation][docs-components].
        
        [dash-homepage]: https://dash.plot.ly/
        [bootstrap-homepage]: https://getbootstrap.com/
        [dbc-repo]: https://github.com/ASIDataScience/dash-bootstrap-components
        [reactstrap-homepage]: https://reactstrap.github.io/
        [docs-homepage]: https://dash-bootstrap-components.opensource.asidatascience.com
        [docs-components]: https://dash-bootstrap-components.opensource.asidatascience.com/l/components
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
