Skip to main content

Bootstrap Icons Repackaged for Django

Project description

Bootstrap Icons Repackaged for Django

Bootstrap Icons packaged in a Django reusable app.

Installation

pip install django-js-lib-bootstrap-icons

Usage

  1. Add "js_lib_bootstrap_icons" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        "js_lib_bootstrap_icons",
        ...
    ]
    
  2. In your template use:

    {% load static %}
    

    ...

    <link rel="stylesheet" href="{% static "bootstrap-icons/css/font/bootstrap-icons.min.css">" %}">
    

    or

    <link rel="stylesheet" href="{% static "bootstrap-icons/css/font/bootstrap-icons.css">" %}">
    

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

django_js_lib_bootstrap_icons-1.11.3.0.tar.gz (888.2 kB view hashes)

Uploaded Source

Built Distribution

django_js_lib_bootstrap_icons-1.11.3.0-py2.py3-none-any.whl (1.7 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page