mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
chore: bump v0.126 (#933)
This commit is contained in:
parent
b69c6e6624
commit
3d187d7aba
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ with a few differences:
|
|||
2. Individual JS / CSS files can be any of `str`, `bytes`, `Path`, [`SafeString`](https://dev.to/doridoro/django-safestring-afj), or a function.
|
||||
3. If you set `Media.extend` to a list, it should be a list of `Component` classes.
|
||||
|
||||
[Learn more](../fundamentals/defining_js_css_html_files.md) about using Media.
|
||||
[Learn more](../../concepts/fundamentals/defining_js_css_html_files) about using Media.
|
||||
|
||||
```python title="[project root]/components/calendar/calendar.py"
|
||||
from django_components import Component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue