A Django app that provides easy to use wrappers for common Bootstrap components
Project description
Django Bootstrap components Supported Python versions: 3.7+ Supported Django versions: 3.0.0+
Quick start
Documentation: https://dj-bootstrap-components.rtfd.io/
1. Install “dj-bootstrap-components”. The recommended and only officially supported way is using pip:
pip install dj-bootstrap-components
Add “bootstrap_components” to your INSTALLED_APPS setting:
INSTALLED_APPS = [ ... 'bootstrap_components', ]
3. Add the following to your base template or to each template that will use the components:
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
Note that you can use any other CDN or self-host the files if you like.
Within a template, simply include the needed component and pass it the required context:
{% include 'bootstrap_components/alert.html' with content='<b> bold </b> sample text' color='primary' %}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dj-bootstrap-components-0.2.2.tar.gz.
File metadata
- Download URL: dj-bootstrap-components-0.2.2.tar.gz
- Upload date:
- Size: 145.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfa495ba1a03e86635049bde02dfc2e1cc5ac6663f4049ba89b33d79366d2e2e
|
|
| MD5 |
4ac01d9f6500a89f3bba466a96f5d3ab
|
|
| BLAKE2b-256 |
e010f8de6e598303a1e90941d3c069b7cf0cd7187dd956ffa3b15239f67e6fba
|