Wizard: Basic Locale step
This adds Locale step basics and file structure.
This commit is contained in:
parent
c268267146
commit
6e97304327
20 changed files with 135 additions and 3 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import React from 'react';
|
||||
|
||||
import { FormGroup } from '@patternfly/react-core';
|
||||
|
||||
const KeyboardInput = () => {
|
||||
return <FormGroup isRequired={false} label="Keyboard"></FormGroup>;
|
||||
};
|
||||
|
||||
export default KeyboardInput;
|
||||
Loading…
Add table
Add a link
Reference in a new issue