diff --git a/playroom/snippets.tsx b/playroom/snippets.tsx index 5d9f5662c..073970430 100644 --- a/playroom/snippets.tsx +++ b/playroom/snippets.tsx @@ -135,77 +135,253 @@ const accordionSnippets: Array = [ `, }, + { + group: 'Accordion', + name: 'Accordion (detail and right)', + code: ` + + } + title="What is Movistar Money" + detail="Detail" + right={} + content={ + + It's a loan available to anyone, whether or not you're a Movistar + customer. It offers from €2,000 to €15,000 with a simple and fast + application process, and you receive the money in less than 48 hours. + + } + /> + } + title="To whom is it aimed?" + detail="Detail" + right={} + content={ + + The Movistar Money loan service is aimed at anyone, whether you are a{" "} + + Movistar + {" "} + customer or not. + + } + /> + } + title="Who offers Movistar Money?" + detail="Detail" + right={} + content={ + +

+ At Telefónica, we have our own financial institution, Telefonica + Consumer Finance, and agreements with other institutions to assist + you in obtaining your loan. +

+
+ +
+

+ Depending on the characteristics of the information you provide us, + your application will be sent to one of the institutions{" "} + + with which Movistar has agreements + + . +

+
+ } + /> + } + title="How can I hire it?" + detail="Detail" + right={} + content={ + + It's a very agile process that you can access through the + money.movistar.es website. You can find more detailed information + about the process on our "How It Works" page. + + } + /> + } + title="What should I do if I don't receive the SMS with the contracting code?" + detail="Detail" + right={} + content={ + + It may take a few minutes until you receive the SMS with the code. If + you still haven't received the code, you can request a new one by + clicking on "resend SMS." + + } + /> +
+ `, + }, { group: 'Accordion', name: 'BoxedAccordion', code: ` - - } - title="What is Movistar Money" - content={ - - It's a loan available to anyone, whether or not you're a Movistar - customer. It offers from €2,000 to €15,000 with a simple and fast - application process, and you receive the money in less than 48 hours. - - } - /> - } - title="To whom is it aimed?" - content={ - - The Movistar Money loan service is aimed at anyone, whether you are a{" "} - Movistar customer or not. - - } - /> - } - title="Who offers Movistar Money?" - content={ - -

- At Telefónica, we have our own financial institution, Telefonica - Consumer Finance, and agreements with other institutions to assist - you in obtaining your loan. -

-
- -
-

- Depending on the characteristics of the information you provide us, - your application will be sent to one of the institutions{" "} - with which Movistar has agreements. -

-
- } - /> - } - title="How can I hire it?" - content={ - - It's a very agile process that you can access through the - money.movistar.es website. You can find more detailed information - about the process on our "How It Works" page. - - } - /> - } - title="What should I do if I don't receive the SMS with the contracting code?" - content={ - - It may take a few minutes until you receive the SMS with the code. If - you still haven't received the code, you can request a new one by - clicking on "resend SMS." - - } - /> -
- `, + + } + title="What is Movistar Money" + content={ + + It's a loan available to anyone, whether or not you're a Movistar + customer. It offers from €2,000 to €15,000 with a simple and fast + application process, and you receive the money in less than 48 hours. + + } + /> + } + title="To whom is it aimed?" + content={ + + The Movistar Money loan service is aimed at anyone, whether you are a{" "} + Movistar customer or not. + + } + /> + } + title="Who offers Movistar Money?" + content={ + +

+ At Telefónica, we have our own financial institution, Telefonica + Consumer Finance, and agreements with other institutions to assist + you in obtaining your loan. +

+
+ +
+

+ Depending on the characteristics of the information you provide us, + your application will be sent to one of the institutions{" "} + with which Movistar has agreements. +

+
+ } + /> + } + title="How can I hire it?" + content={ + + It's a very agile process that you can access through the + money.movistar.es website. You can find more detailed information + about the process on our "How It Works" page. + + } + /> + } + title="What should I do if I don't receive the SMS with the contracting code?" + content={ + + It may take a few minutes until you receive the SMS with the code. If + you still haven't received the code, you can request a new one by + clicking on "resend SMS." + + } + /> +
+ `, + }, + { + group: 'Accordion', + name: 'BoxedAccordion (detail and right)', + code: ` + + } + title="What is Movistar Money" + detail="Detail" + right={} + content={ + + It's a loan available to anyone, whether or not you're a Movistar + customer. It offers from €2,000 to €15,000 with a simple and fast + application process, and you receive the money in less than 48 hours. + + } + /> + } + title="To whom is it aimed?" + detail="Detail" + right={} + content={ + + The Movistar Money loan service is aimed at anyone, whether you are a{" "} + + Movistar + {" "} + customer or not. + + } + /> + } + title="Who offers Movistar Money?" + detail="Detail" + right={} + content={ + +

+ At Telefónica, we have our own financial institution, Telefonica + Consumer Finance, and agreements with other institutions to assist + you in obtaining your loan. +

+
+ +
+

+ Depending on the characteristics of the information you provide us, + your application will be sent to one of the institutions{" "} + + with which Movistar has agreements + + . +

+
+ } + /> + } + title="How can I hire it?" + detail="Detail" + right={} + content={ + + It's a very agile process that you can access through the + money.movistar.es website. You can find more detailed information + about the process on our "How It Works" page. + + } + /> + } + title="What should I do if I don't receive the SMS with the contracting code?" + detail="Detail" + right={} + content={ + + It may take a few minutes until you receive the SMS with the code. If + you still haven't received the code, you can request a new one by + clicking on "resend SMS." + + } + /> +
+ `, }, ];