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