Sha256: ae88930e756377356872e444e2e9a2e28e29e89cf9fe9aa6ab5d4e5dc7188d73

Contents?: true

Size: 465 Bytes

Versions: 10

Compression:

Stored size: 465 Bytes

Contents

# Tips for Custom Icons

### React

- Providing a valid React `<SVG>` element to the `icon` prop results in an `<SVG>` node within the working view.
- Sending the absolute path to your SVG (e.g. `/my/path/to/icon.svg`) results in an `img` node with the `src` attribute set to the provided path:

  ```html
  <img src="host.com/my/path/to/icon.svg" />
  ```

### Rails

Sending the absolute path to the `icon` prop results in an `<SVG>` tag within the working view.

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
playbook_ui_docs-13.16.0.pre.alpha.PLAY11642006 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui-13.16.0.pre.alpha.PLAY11642006 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui_docs-13.16.0.pre.alpha.play1141iconkitusinglibrary1995 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary1995 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui_docs-13.16.0.pre.alpha.play1141iconkitusinglibrary1993 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui-13.16.0.pre.alpha.play1141iconkitusinglibrary1993 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui_docs-13.16.0.pre.alpha.PLAY11641992 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui-13.16.0.pre.alpha.PLAY11641992 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui_docs-13.16.0.pre.alpha.PLAY11641991 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md
playbook_ui-13.16.0.pre.alpha.PLAY11641991 app/pb_kits/playbook/pb_icon/docs/_icon_custom.md