121 lines
2.2 KiB
Plaintext
Raw Normal View History

2023-11-24 18:20:07 +03:30
---
title: Components
---
import { ComponentGrid } from '@site/src/components/mdx';
# Components
<ComponentGrid list={[
{
"title": "Autocomplete",
"href": "./Autocomplete",
"imageSrc": "/lsd/Autocomplete.png"
},
{
"title": "Breadcrumb",
"href": "./Breadcrumb",
"imageSrc": "/lsd/Breadcrumb.png"
},
{
"title": "Button",
"href": "./Button",
"imageSrc": "/lsd/Button.png"
},
{
"title": "ButtonGroup",
"href": "./ButtonGroup",
"imageSrc": "/lsd/ButtonGroup.png"
},
{
"title": "Card",
"href": "./Card",
"imageSrc": "/lsd/Card.png"
},
{
"title": "Checkbox",
"href": "./Checkbox",
"imageSrc": "/lsd/Checkbox.png"
},
{
"title": "CheckboxGroup",
"href": "./CheckboxGroup",
"imageSrc": "/lsd/CheckboxGroup.png"
},
{
"title": "Collapse",
"href": "./Collapse",
"imageSrc": "/lsd/Collapse.png"
},
{
"title": "DateField",
"href": "./DateField",
"imageSrc": "/lsd/DateField.png"
},
{
"title": "DatePicker",
"href": "./DatePicker",
"imageSrc": "/lsd/DatePicker.png"
},
{
"title": "DateRangePicker",
"href": "./DateRangePicker",
"imageSrc": "/lsd/DateRangePicker.png"
},
{
"title": "Dropdown",
"href": "./Dropdown",
"imageSrc": "/lsd/Dropdown.png"
},
{
"title": "IconButton",
"href": "./IconButton",
"imageSrc": "/lsd/IconButton.png"
},
{
"title": "Modal",
"href": "./Modal",
"imageSrc": "/lsd/Modal.png"
},
{
"title": "NumberInput",
"href": "./NumberInput",
"imageSrc": "/lsd/NumberInput.png"
},
{
"title": "Quote",
"href": "./Quote",
"imageSrc": "/lsd/Quote.png"
},
{
"title": "RadioButton",
"href": "./RadioButton",
"imageSrc": "/lsd/RadioButton.png"
},
{
"title": "RadioButtonGroup",
"href": "./RadioButtonGroup",
"imageSrc": "/lsd/RadioButtonGroup.png"
},
{
"title": "Tabs",
"href": "./Tabs",
"imageSrc": "/lsd/Tabs.png"
},
{
"title": "Tag",
"href": "./Tag",
"imageSrc": "/lsd/Tag.png"
},
{
"title": "TextField",
"href": "./TextField",
"imageSrc": "/lsd/TextField.png"
},
{
"title": "Toast",
"href": "./Toast",
"imageSrc": "/lsd/Toast.png"
}
]} />