<!-- vale off -->
# Figure functions
!!! note "Using figure functions in pure Dash app"
Identical functions can also be used outside the Vizro framework in a pure Dash app by importing from the `vizro.figures.library` namespace:
```python
from vizro.figures.library import kpi_card, kpi_card_reference
```
::: vizro.figures
options:
show_source: true
<!-- vale on -->