mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-12-26 00:21:36 +01:00
Merge branch 'export-radio' into 'dev'
Export <Radio />. See merge request turris/reforis/foris-js!60
This commit is contained in:
commit
3f87e9e4b4
|
@ -65,7 +65,7 @@ Radio.propTypes = {
|
||||||
helpText: PropTypes.string,
|
helpText: PropTypes.string,
|
||||||
};
|
};
|
||||||
|
|
||||||
function Radio({
|
export function Radio({
|
||||||
label, id, helpText, ...props
|
label, id, helpText, ...props
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -27,7 +27,7 @@ export { FileInput } from "bootstrap/FileInput";
|
||||||
export { Input } from "bootstrap/Input";
|
export { Input } from "bootstrap/Input";
|
||||||
export { NumberInput } from "bootstrap/NumberInput";
|
export { NumberInput } from "bootstrap/NumberInput";
|
||||||
export { PasswordInput } from "bootstrap/PasswordInput";
|
export { PasswordInput } from "bootstrap/PasswordInput";
|
||||||
export { RadioSet } from "bootstrap/RadioSet";
|
export { Radio, RadioSet } from "bootstrap/RadioSet";
|
||||||
export { Select } from "bootstrap/Select";
|
export { Select } from "bootstrap/Select";
|
||||||
export { TextInput } from "bootstrap/TextInput";
|
export { TextInput } from "bootstrap/TextInput";
|
||||||
export { formFieldsSize } from "bootstrap/constants";
|
export { formFieldsSize } from "bootstrap/constants";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user