mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-31 01:48:20 -04:00
Prototyped icon search
This commit is contained in:
@@ -5,10 +5,22 @@ template: overrides/main.html
|
||||
# Icons + Emojis
|
||||
|
||||
One of the best features of Material for MkDocs is the possibility to use [more
|
||||
than 7.000 icons][1] and thousands of emojis in your project documentation
|
||||
than 8.000 icons][1] and thousands of emojis in your project documentation
|
||||
with practically zero additional effort. Furthermore, custom icons can be added
|
||||
and used in `mkdocs.yml`, documents and templates.
|
||||
|
||||
## Search
|
||||
|
||||
<input id="icon-search" class="md-input" placeholder="Search the icon database" />
|
||||
|
||||
<div class="tx-icon-result" markdown="1">
|
||||
<small>
|
||||
:octicons-light-bulb-16:
|
||||
**Tip:** Enter some keywords to find the perfect icon and click on the
|
||||
shortcode to copy it to your clipboard.
|
||||
</small>
|
||||
</div>
|
||||
|
||||
## Configuration
|
||||
|
||||
### Emoji
|
||||
|
||||
Reference in New Issue
Block a user