Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/docs/references/misc/AccordionComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: AccordionComponent
description: AccordionComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` || |
| **props** | `object` || |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/AlertComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: AlertComponent
description: AlertComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/BadgeComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: BadgeComponent
description: BadgeComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/BreadcrumbComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: BreadcrumbComponent
description: BreadcrumbComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/ButtonComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: ButtonComponent
description: ButtonComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/CardComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: CardComponent
description: CardComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | optional | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
72 changes: 72 additions & 0 deletions content/docs/references/misc/ComponentType.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: ComponentType
description: ComponentType Schema Reference
---

## Allowed Values

* `card`
* `tabs`
* `accordion`
* `modal`
* `drawer`
* `container`
* `divider`
* `space`
* `grid`
* `flex`
* `breadcrumb`
* `stepper`
* `menu`
* `sidebar`
* `pagination`
* `dropdown`
* `table`
* `list`
* `tree`
* `description`
* `statistic`
* `tag`
* `collapse`
* `carousel`
* `image`
* `avatar`
* `calendar_view`
* `form`
* `input`
* `select`
* `checkbox`
* `radio`
* `switch`
* `slider`
* `date_picker`
* `time_picker`
* `upload`
* `autocomplete`
* `cascader`
* `transfer`
* `color_picker`
* `rate`
* `alert`
* `message`
* `notification`
* `progress`
* `skeleton`
* `spin`
* `result`
* `empty`
* `button`
* `button_group`
* `icon_button`
* `split_button`
* `tooltip`
* `popover`
* `dialog`
* `confirm`
* `badge`
* `timeline`
* `steps`
* `anchor`
* `back_top`
* `watermark`
* `qrcode`
14 changes: 14 additions & 0 deletions content/docs/references/misc/DrawerComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: DrawerComponent
description: DrawerComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | optional | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/FormComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: FormComponent
description: FormComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | optional | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/InputComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: InputComponent
description: InputComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | optional | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/ListComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: ListComponent
description: ListComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | optional | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/MenuComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: MenuComponent
description: MenuComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/ModalComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: ModalComponent
description: ModalComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | optional | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/PaginationComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: PaginationComponent
description: PaginationComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/PopoverComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: PopoverComponent
description: PopoverComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | optional | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/ProgressComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: ProgressComponent
description: ProgressComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/SelectComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: SelectComponent
description: SelectComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/StepperComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: StepperComponent
description: StepperComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/TableComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: TableComponent
description: TableComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/TabsComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: TabsComponent
description: TabsComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/TimelineComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: TimelineComponent
description: TimelineComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
14 changes: 14 additions & 0 deletions content/docs/references/misc/TooltipComponent.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: TooltipComponent
description: TooltipComponent Schema Reference
---

## Properties

| Property | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| **type** | `string` | ✅ | |
| **props** | `object` | ✅ | |
| **events** | `Record<string, any>` | optional | Event handlers |
| **style** | `Record<string, string>` | optional | Custom styles |
| **children** | `object[]` | optional | Child components |
Loading