Dash-Full-Calendar
is a comprehensive resource aimed at enhancing the development of frontend design of a calendar based component in the Dash framework.
- large interactive calendar: the event dates are draggable, auto populate based on js data. On click function to Trigger callbacks or modals.
- Boilerplate Code: Ready-to-use templates that can be easily integrated into your Dash projects.
- Examples: A variety of examples showcasing different Dash frontend components and their use cases.
To get started with dash-frontend
, clone this repository to your local machine:
git clone https://github.com/pip-install-python/dash-full-calendar.git
cd dash-fullcalendar
Ensure you have the following installed:
- Python (3.8.18 or later)
- pip
- Virtual environment (recommended)
- Create and activate a virtual environment:
Windows:
python -m venv venv
.\venv\Scripts\activate
macOS/Linux
python3 -m venv venv
source venv/bin/activate
- Install the required packages:
pip install -r requirements.txt
Navigate to the example you wish to run and execute the application:
cd examples/basic
python app.py
For more detailed information about dash-frontend and its components, visit our documentation page.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the MIT License.
Pip Install Python
Project Link: https://github.com/pip-install-python/dash-frontend