mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
68 lines
1.2 KiB
TOML
68 lines
1.2 KiB
TOML
[gauntlet]
|
|
name = 'Docs Form'
|
|
description = ''
|
|
|
|
|
|
# docs-code-segment:start checkbox
|
|
[[entrypoint]]
|
|
id = 'checkbox'
|
|
name = 'Checkbox'
|
|
path = 'src/checkbox.tsx'
|
|
type = 'view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|
|
# docs-code-segment:start date-picker
|
|
[[entrypoint]]
|
|
id = 'date-picker'
|
|
name = 'Date Picker'
|
|
path = 'src/date-picker.tsx'
|
|
type = 'view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|
|
# docs-code-segment:start main
|
|
[[entrypoint]]
|
|
id = 'main'
|
|
name = 'Main'
|
|
path = 'src/main.tsx'
|
|
type = 'view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|
|
# docs-code-segment:start password-field
|
|
[[entrypoint]]
|
|
id = 'password-field'
|
|
name = 'Password Field'
|
|
path = 'src/password-field.tsx'
|
|
type = 'view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|
|
# docs-code-segment:start select
|
|
[[entrypoint]]
|
|
id = 'select'
|
|
name = 'Select'
|
|
path = 'src/select.tsx'
|
|
type = 'view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|
|
# docs-code-segment:start separator
|
|
[[entrypoint]]
|
|
id = 'separator'
|
|
name = 'Separator'
|
|
path = 'src/separator.tsx'
|
|
type = 'view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|
|
# docs-code-segment:start text-field
|
|
[[entrypoint]]
|
|
id = 'text-field'
|
|
name = 'Text Field'
|
|
path = 'src/text-field.tsx'
|
|
type = 'view'
|
|
description = ''
|
|
# docs-code-segment:end
|
|
|