https://github.com/davidho123/streamlit-bootstrap-icons-search
search-bootstrap-icons
https://github.com/davidho123/streamlit-bootstrap-icons-search
bootstrap-icons streamlit
Last synced: about 1 month ago
JSON representation
search-bootstrap-icons
- Host: GitHub
- URL: https://github.com/davidho123/streamlit-bootstrap-icons-search
- Owner: davidho123
- License: mit
- Created: 2024-05-11T12:18:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T02:28:26.000Z (about 2 years ago)
- Last Synced: 2025-10-09T20:07:44.437Z (9 months ago)
- Topics: bootstrap-icons, streamlit
- Language: Python
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlit-bootstrap-icons-search
search-bootstrap-icons
## 一、演示地址
https://bootstrap-icons-search.streamlit.app/
## 二、图标显示方案
### 1、默认是以 svg 显示,加载会稍慢
### 2、可以改用 png 显示,加载会快一些
(1)如果用png显示,需要修改代码,导入 cairosvg、io库取消注释,同时将函数svg_to_image,取消注释,53行、54行取消注释
(2)需要用到的库cairosvg
```python
pip install cairosvg
```
## 三、运行图
### 全部图标

### 搜索后图标
