Metadata-Version: 2.1
Name: dash-bootstrap-components
Version: 0.7.2
Summary: Bootstrap themed components for use in Plotly Dash
Home-page: https://dash-bootstrap-components.opensource.faculty.ai/
Author: Faculty
Author-email: opensource@faculty.ai
License: Apache Software License
Project-URL: Bug Reports, https://github.com/facultyai/dash-bootstrap-components/issues
Project-URL: Source, https://github.com/facultyai/dash-bootstrap-components/
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: dash (>=1.0.0)
Provides-Extra: pandas
Requires-Dist: numpy ; extra == 'pandas'
Requires-Dist: pandas ; extra == 'pandas'

# 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

### PyPI

You can install *dash-bootstrap-components* with `pip`:

```
pip install dash-bootstrap-components
```

### Anaconda

You can also install *dash-bootstrap-components* with `conda` through the
conda-forge channel:

```
conda install -c conda-forge dash-bootstrap-components
```

## Documentation

Head over to the [*documentation*][docs-homepage] for tutorials and
the API reference.

## Contributing

The source code for *dash-bootstrap-components* is available
[on GitHub][dbc-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][dbc-pulls].

[dash-homepage]: https://dash.plot.ly/
[bootstrap-homepage]: https://getbootstrap.com/
[dbc-repo]: https://github.com/facultyai/dash-bootstrap-components
[reactstrap-homepage]: https://reactstrap.github.io/
[docs-homepage]: https://dash-bootstrap-components.opensource.faculty.ai
[dbc-pulls]: https://github.com/facultyai/dash-bootstrap-components/pulls


