Skip to content

Commit

Permalink
Add research for a number input
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Jul 23, 2023
1 parent 674ec44 commit 4222f89
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions site/src/pages/components/inputnumber.research.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
menu: Research
name: Number Input

layout: ../../layouts/ComponentLayout.astro
---

import Anatomy from '../../components/anatomy'
import Concepts from '../../components/concepts'
import ComponentCoverage from '../../components/component-coverage'

## Names

<ComponentCoverage component="InputNumber" />

## Concepts

<Concepts client:load component="InputNumber" />
1 change: 1 addition & 0 deletions site/src/sources/carbon.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
},
{
"name": "Number input",
"openUIName": "InputNumber",
"url": "https://www.carbondesignsystem.com/components/number-input/code"
},
{
Expand Down
5 changes: 5 additions & 0 deletions site/src/sources/fast.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@
"name": "Data Grid",
"definition": "The data grid component enables authors to display an array of data in a tabular layout. The layout can include a header region where a title can be displayed for each column.",
"url": "https://explore.fast.design/components/fast-data-grid"
},
{
"name": "Number field",
"openUIName": "InputNumber",
"url": "https://explore.fast.design/components/fast-number-field"
}
]
}
2 changes: 2 additions & 0 deletions site/src/sources/lion.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
{
"name": "input-amount",
"openUIName": "InputNumber",
"url": "https://lion-web-components.netlify.app/?path=/docs/forms-input-amount--main"
},
{
Expand All @@ -53,6 +54,7 @@
},
{
"name": "input-stepper",
"openUIName": "InputNumber",
"url": "https://lion-web-components.netlify.app/?path=/docs/forms-input-stepper--main"
},
{
Expand Down
1 change: 1 addition & 0 deletions site/src/sources/web.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
{
"name": "Number",
"openUIName": "InputNumber",
"url": "https://html.spec.whatwg.org/multipage/input.html#number-state-(type=number)"
},
{
Expand Down

0 comments on commit 4222f89

Please sign in to comment.