more
This commit is contained in:
13
src/Constants/Fields/RadioFields.js
Normal file
13
src/Constants/Fields/RadioFields.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const signupRadioFields = [
|
||||
{
|
||||
name: "Monthly - basic",
|
||||
label: "Monthly - basic",
|
||||
value: "monthlyBasic",
|
||||
},
|
||||
{ name: "Monthly - pro", label: "Monthly - pro", value: "monthlyPro" },
|
||||
{
|
||||
name: "Annual - unlimted",
|
||||
label: "Annual - unlimte",
|
||||
value: "annualUnlimited",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user