Skip to main content

tabler-icons for Dash

Project description

Dash Tabler Icons

Beautiful icons for your Dash apps.


Ploomber Logo
Made by Ploomber with ❤️

Deploy your Dash application on Ploomber.io for free.


Live demo: dash-tabler-icons.ploomberapp.io

Installation

pip install dash-tabler-icons

Usage

import dash_tabler_icons as dti
from dash import html

icon = dti.DashTablerIcons(
    icon=dti.IconName.IconStar,
    size=48,
    color="#4B5563",
    stroke=1,
)

# Sample usage in a button
button = html.Button(
    icon,
    id="button-with-icon",
)

Run demo locally

cd demo
pip install -r requirements.txt
python app.py

Open: http://localhost:8050

Documentation

Setup

npm install
pip install -r requirements.txt
pip install -r tests/requirements.txt

Development

npm run build
python demo.py

Release

# generate
npm run build
python setup.py sdist bdist_wheel
ls dist

# test artifact
pip install dash dist/dash_tabler_icons-0.0.1.tar.gz
python demo/app.py

# upload
pip install twine
twine upload dist/*

# clean up
rm -rf dist

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

dash_tabler_icons-0.0.1.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

dash_tabler_icons-0.0.1-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file dash_tabler_icons-0.0.1.tar.gz.

File metadata

  • Download URL: dash_tabler_icons-0.0.1.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for dash_tabler_icons-0.0.1.tar.gz
Algorithm Hash digest
SHA256 c278d7044b1fd6968c14215ed8f25a77a39368e10f790dad2612470308d26646
MD5 857ae7b0722e2bb17aba479d1601936b
BLAKE2b-256 7855a0e572338df0c2ff985d4ec0a28eed2f1ead4f0eb16f46ae11bc59de10c6

See more details on using hashes here.

File details

Details for the file dash_tabler_icons-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for dash_tabler_icons-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 adec91dc6a665968dda148cae79617ff8f6f9692f84e19bee5b82a39319226bc
MD5 741d98268e6ed6fc1bf556f36c47eba2
BLAKE2b-256 e0d187eb11283e173388fd7e4b722c987253cf4a4fed8e6aecee4b2d11f5b2ff

See more details on using hashes here.

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