ics-css-wc-1
v0.1.12
Published
ICS Flag Web Component
Downloads
12
Readme
ics-css-wc
Web Component for International Code Signaling Flags in the Browser
Getting Started
TBA
Usage
<ics-flag>a</ics-flag>
<ics-spell>Hello World<ics-spell>
Supported Charachters
Supports alphanumeric input in English alphabet (e.g. A, B, C ... Z
and 0, 1, 2 ... 9
)
Special Symbols
~
- Pennant!
- 1st Substitute@
- 2nd Substitute#
- 3rd Substitute
API
highlight
Toggling highlight
will show a hint below the component, previewing its alphanumeric value.
<ics-flag size="md" highlight="true">a</ics-flag>
<ics-spell size="md" highlight="true">Hello World<ics-spell>
size
Available sizes: xs
, sm
, md
, lg
, xl
.
<ics-flag size="md">a</ics-flag>
<ics-spell size="md">Hello World<ics-spell>
radius
Available radiuses: xs
, sm
, md
, lg
, xl
.
<ics-flag size="md" radius="sm">a</ics-flag>
<ics-spell size="md" radius="sm">Hello World<ics-spell>
React Support
TBA