qdash

Qdash
새로운 페이지
frontend/pages 아래 새로운 폴더와 같은이름의 python파일 생성 : cart/cart.py
import dash
from dash import html, dcc
import dash_bootstrap_components as dbc
dash.register_page(__name__)
layout = html.Div(children=[
html.H1(children=f'This is our {__name__} page'),
html.Div(children=f'''
xx This is our Home page content.
'''),
])
alyxdash/template/sidebar.py
sidebar_icon = 추가 (https://fontawesomeicons.com/)
❯ pip install -e .