equinox-web-components
Version:
Equinox design for the web using StencilJS
14 lines (13 loc) • 525 B
JavaScript
import readme from './readme.md';
export default {
notes: readme,
states: [
{
title: 'Icon',
description: 'To see the list of available icons, please visit https://phosphoricons.com/<br><br>To select an icon, please use the "icon" knob (for example, <strong>ph-smiley</strong>).<br><br>It is possible to add your own icons, since this element is a simple <i>i</i> HTML tag wrapper',
props: {
icon: 'ph-smiley'
}
},
]
};