mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
Update README.md
This commit is contained in:
parent
2a72329041
commit
1a4144e2cf
1 changed files with 4 additions and 0 deletions
|
@ -189,6 +189,10 @@ Django-components supports all <a href="https://docs.djangoproject.com/en/dev/fa
|
|||
|
||||
A component in django-components is the combination of four things: CSS, Javascript, a Django template, and some Python code to put them all together.
|
||||
|
||||

|
||||
|
||||
Start by creating empty files in the structure above.
|
||||
|
||||
First you need a CSS file. Be sure to prefix all rules with a unique class so they don't clash with other rules.
|
||||
|
||||
```css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue