<j-avatar></j-avatar>
| Attribute | Type | Value |
|---|---|---|
| src | String | |
| hash | String | |
| selected | Boolean | |
| online | Boolean | |
| initials | String | |
| icon | String | |
| size | string |
<j-badge>Badge</j-badge>
| Attribute | Type | Value |
|---|---|---|
| variant | string | |
| size | string |
<j-box>Box</j-box>
| Attribute | Type | Value |
|---|---|---|
| p | string | |
| pl | string | |
| pr | string | |
| pt | string | |
| pb | string | |
| px | string | |
| py | string | |
| m | string | |
| ml | string | |
| mr | string | |
| mt | string | |
| mb | string | |
| mx | string | |
| my | string | |
| bg | string |
<j-button>Button</j-button>
| Attribute | Type | Value |
|---|---|---|
| variant | string | |
| size | string | |
| disabled | boolean | |
| loading | boolean | |
| square | boolean | |
| full | boolean | |
| circle | boolean |
<j-carousel>
<j-box p="900" bg="ui-200">Slide 1</j-box>
<j-box p="900" bg="ui-200">Slide 2</j-box>
<j-box p="900" bg="ui-200">Slide 3</j-box>
</j-carousel>
| Attribute | Type | Value |
|---|---|---|
| gap | string |
<j-checkbox>Checkbox</j-checkbox>
| Attribute | Type | Value |
|---|---|---|
| checked | Boolean | |
| full | Boolean | |
| disabled | Boolean | |
| size | string | |
| value | String |
Flex 1
Flex 2
Flex 3
<j-flex>
<div>Flex 1</div>
<div>Flex 2</div>
<div>Flex 3</div>
</j-flex>
| Attribute | Type | Value |
|---|---|---|
| j | string | |
| a | string | |
| wrap | Boolean | |
| gap | string | |
| direction | string |
<j-icon name="sun"></j-icon>
| Attribute | Type | Value |
|---|---|---|
| name | String | |
| size | string | |
| color | String | |
| svg | string |
<j-input></j-input>
| Attribute | Type | Value |
|---|---|---|
| value | string | |
| pattern | string | |
| label | string | |
| size | string | |
| placeholder | string | |
| errorText | string | |
| helpText | string | |
| autocomplete | boolean | |
| autovalidate | boolean | |
| autofocus | boolean | |
| disabled | boolean | |
| full | boolean | |
| error | boolean | |
| required | boolean | |
| readonly | boolean | |
| type | string |
<j-button>Toggle</j-button>
<j-modal>
<header slot="header">
<j-text variant="heading">Create something</j-text>
<j-text variant="ingress">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an unknown printer took a galley of type and scrambled it to
make a type specimen book. It has survived not only five centuries.
</j-text>
</header>
<div><j-input help-text="Here is some help text"></j-input></div>
<footer slot="footer">
<j-flex gap="400">
<j-button size="lg">Cancel</j-button>
<j-button variant="primary" size="lg">Create</j-button>
</j-flex>
</footer>
</j-modal>
| Attribute | Type | Value |
|---|---|---|
| size | string | |
| open | Boolean |
<j-popover placement="auto" event="click">
<j-button slot="trigger">Trigger</j-button>
<j-menu slot="content">
<j-menu-item>Menu item</j-menu-item>
<j-menu-item>Menu item</j-menu-item>
</j-menu>
</j-popover>
| Attribute | Type | Value |
|---|---|---|
| open | Boolean | |
| placement | string | |
| event | string |
<j-radio-button>Radio button</j-radio-button>
| Attribute | Type | Value |
|---|---|---|
| currentCheckedItem | string | |
| formElement | string | |
| checked | boolean | |
| value | string | |
| name | string | |
| size | string | |
| full | boolean | |
| disabled | boolean |
<j-select inputvalue="">
<j-menu>
<j-menu-item value="1">Menu item</j-menu-item>
<j-menu-item value="2">Menu item 2</j-menu-item>
<j-menu-item value="3">Menu item 3</j-menu-item>
</j-menu>
</j-select>
| Attribute | Type | Value |
|---|---|---|
| value | String | |
| label | String | |
| open | Boolean | |
| inputValue | Boolean | |
| selectedElement | string |
<j-spinner></j-spinner>
| Attribute | Type | Value |
|---|---|---|
| size | string |
<j-tab-item>Tab item</j-tab-item>
| Attribute | Type | Value |
|---|---|---|
| checked | Boolean | |
| disabled | Boolean | |
| size | string | |
| variant | string | |
| label | string | |
| value | string |
<j-tabs>
<j-tab-item value="1" variant="button">Tab 1</j-tab-item>
<j-tab-item value="2" variant="button">Tab 2</j-tab-item>
<j-tab-item value="3" variant="button">Tab 323</j-tab-item>
</j-tabs>
| Attribute | Type | Value |
|---|---|---|
| value | String | |
| vertical | Boolean | |
| full | Boolean |
<j-text variant="body">The quick brown fox jumps over the lazy dog</j-text>
| Attribute | Type | Value |
|---|---|---|
| size | string | |
| variant | string | |
| tag | string | |
| nomargin | Boolean | |
| inline | Boolean | |
| uppercase | Boolean | |
| color | String | |
| weight | String |
<j-timestamp value="01/01/1970" locales="en"></j-timestamp>
| Attribute | Type | Value |
|---|---|---|
| value | String | |
| locales | String | |
| relative | Boolean | |
| dateStyle | string | |
| timeStyle | string | |
| dayPeriod | string | |
| hourCycle | string | |
| timeZone | String | |
| weekday | string | |
| era | string | |
| year | string | |
| month | string | |
| day | string | |
| hour | string | |
| minute | string | |
| second | string |
<j-toast autohide="5">Toast content</j-toast>
| Attribute | Type | Value |
|---|---|---|
| variant | string | |
| open | Boolean |
<j-toggle>Toggle</j-toggle>
| Attribute | Type | Value |
|---|---|---|
| checked | Boolean | |
| full | Boolean | |
| disabled | Boolean | |
| size | string | |
| value | String |
<j-tooltip title="Hello" placement="auto">
<j-button>Hover over me</j-button>
</j-tooltip>
| Attribute | Type | Value |
|---|---|---|
| open | Boolean | |
| title | String | |
| placement | string |