mirror of
https://github.com/django-components/django-components.git
synced 2025-08-17 12:40:15 +00:00
Merge pull request #871 from EmilStenstrom/EmilStenstrom-patch-1
Make link to docs more prominent
This commit is contained in:
commit
8fcb84c002
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://pypi.org/project/django-components/) [](https://pypi.org/project/django-components/) [](https://github.com/EmilStenstrom/django-components/blob/master/LICENSE/) [](https://pypistats.org/packages/django-components) [](https://github.com/EmilStenstrom/django-components/actions/workflows/tests.yml)
|
||||
|
||||
[**Docs (Work in progress)**](https://EmilStenstrom.github.io/django-components/latest/)
|
||||
### <table><td>[Read the full documentation](https://EmilStenstrom.github.io/django-components/latest/)</td></table>
|
||||
|
||||
Django-components is a package that introduces component-based architecture to Django's server-side rendering. It aims to combine Django's templating system with the modularity seen in modern frontend frameworks.
|
||||
|
||||
|
@ -55,9 +55,9 @@ And this is what gets rendered:
|
|||
<div class="calendar-component">Today's date is <span>2024-11-06</span></div>
|
||||
```
|
||||
|
||||
Read on to learn about all the exciting details and configuration possibilities!
|
||||
### <table><td>[Read the full documentation](https://EmilStenstrom.github.io/django-components/latest/)</td></table>
|
||||
|
||||
(If you instead prefer to jump right into the code, [check out the example project](https://github.com/EmilStenstrom/django-components/tree/master/sampleproject))
|
||||
... or jump right into the code, [check out the example project](https://github.com/EmilStenstrom/django-components/tree/master/sampleproject))
|
||||
|
||||
## Release notes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue