Update react, add some V2 components for V1 usage
This commit is contained in:
parent
921da09a63
commit
1a5465dc34
21 changed files with 564 additions and 43 deletions
3
resources/scripts/components/elements/inputs/index.ts
Normal file
3
resources/scripts/components/elements/inputs/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export { default as Checkbox } from './Checkbox';
|
||||
export { default as InputField } from './InputField';
|
||||
export { default as styles } from './styles.module.css';
|
Reference in a new issue