https://github.com/pip-install-python/dash-full-calendar
Base template for a dash fullcalendar component
https://github.com/pip-install-python/dash-full-calendar
Last synced: 4 months ago
JSON representation
Base template for a dash fullcalendar component
- Host: GitHub
- URL: https://github.com/pip-install-python/dash-full-calendar
- Owner: pip-install-python
- Created: 2024-02-13T07:21:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T19:42:45.000Z (over 2 years ago)
- Last Synced: 2025-10-11T21:35:52.109Z (8 months ago)
- Language: CSS
- Homepage: https://pip-install-python.com/pip/full_calendar_component
- Size: 424 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dash-Full-Calendar




[](https://github.com/ambv/black)

[](https://community.plotly.com/t/django-dash-token-authentication/82088)

`Dash-Full-Calendar` is a comprehensive resource aimed at enhancing the development of frontend design of a calendar based component in the Dash framework.
## Features
- **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.
## Getting Started
To get started with `dash-frontend`, clone this repository to your local machine:
```bash
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)
### Installation
1. Create and activate a virtual environment:
Windows:
```
python -m venv venv
.\venv\Scripts\activate
```
macOS/Linux
```
python3 -m venv venv
source venv/bin/activate
```
2. Install the required packages:
```
pip install -r requirements.txt
```
### Running Examples
Navigate to the example you wish to run and execute the application:
```
cd examples/basic
python app.py
```
### Documentation
For more detailed information about dash-frontend and its components, visit our documentation page.
### Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
### License
Distributed under the MIT License.
### Contact
Pip Install Python
Project Link: https://github.com/pip-install-python/dash-frontend