React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 1,238 public repositories matching this topic...
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 22, 2021 - Python
-
Updated
Nov 18, 2021 - Python
There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized SMTP server.
latex widget
For example: https://github.com/talyssonoc/react-katex
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 23, 2021 - Python
Hi,
I'm new to plotly dash and I've googled but I don't see a way to make a filter a dropdown akin to excel filters.
I've seen people do "hacks" but this should be the default behaviour out of the box (or at least a setting).
I'm currently evaluating plotly dash vs tools such as metabase and metabase has this out of the box.
From a UX pov, filters with a dropdown is a huge win and impo
When a lot of data has been added, it might be annoying to find the data you want to refund/report. It would be good to have an easy way to search for the events.
Search params can be put into the customFilter function that is passed to handleAddedData.
-
Updated
Nov 16, 2021 - Python
-
Updated
Dec 23, 2021 - Python
-
Updated
Dec 20, 2021 - Python
-
Updated
Oct 21, 2021 - Python
-
Updated
Dec 2, 2021 - Python
-
Updated
Nov 10, 2021 - Python
-
Updated
Jun 10, 2021 - Python
When a user clicks the 'Add Data Source' button, it would be nice if they could select a relevant template which shows them how to structure the code. So to do this, we need to build out a library of useful templates :)
Contributors are absolutely welcome, and anyone who knows how to pull in data as a pandas DataFrame is qualified. All you need to do is check out the [feature/data-source-te
-
Updated
Nov 20, 2021 - Python
Created by Jordan Walke
Released March 2013
Latest release 9 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E