summaryrefslogtreecommitdiffstats
path: root/src/components/molecules/forms/radio-group.fixture.tsx
blob: 686467c82358f873d5858a46f6371717de079693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; backgrou
import { RadioGroupOption } from './radio-group';

export const getOptions = (name: string = 'group1') => {
  const value1 = 'option1';
  const value2 = 'option2';
  const value3 = 'option3';
  const value4 = 'option4';
  const value5 = 'option5';

  const options: RadioGroupOption[] = [
    {
      id: `${name}-${value1}`,
      name: name,
      label: 'Option 1',
      value: value1,
    },
    {
      id: `${name}-${value2}`,
      name: name,
      label: 'Option 2',
      value: value2,
    },
    {
      id: `${name}-${value3}`,
      name: name,
      label: 'Option 3',
      value: value3,
    },
    {
      id: `${name}-${value4}`,
      name: name,
      label: 'Option 4',
      value: value4,
    },
    {
      id: `${name}-${value5}`,
      name: name,
      label: 'Option 5',
      value: value5,
    },
  ];

  return options;
};

export const initialChoice = 'option2';
export const legend = 'Options:';
pan> [ { pattern: /'(?:\\[\s\S]|[^\\'])*'/, greedy: !0 }, { pattern: /"(?:\\[\s\S]|[^\\"])*"/, greedy: !0, inside: { interpolation: n }, }, ], keyword: /\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/, 'class-member': { pattern: /@(?!\d)\w+/, alias: 'variable' }, })), e.languages.insertBefore('coffeescript', 'comment', { 'multiline-comment': { pattern: /###[\s\S]+?###/, alias: 'comment' }, 'block-regex': { pattern: /\/{3}[\s\S]*?\/{3}/, alias: 'regex', inside: { comment: t, interpolation: n }, }, }), e.languages.insertBefore('coffeescript', 'string', { 'inline-javascript': { pattern: /`(?:\\[\s\S]|[^\\`])*`/, inside: { delimiter: { pattern: /^`|`$/, alias: 'punctuation' }, script: { pattern: /[\s\S]+/, alias: 'language-javascript', inside: e.languages.javascript, }, }, }, 'multiline-string': [ { pattern: /'''[\s\S]*?'''/, greedy: !0, alias: 'string' }, { pattern: /"""[\s\S]*?"""/, greedy: !0, alias: 'string', inside: { interpolation: n }, }, ], }), e.languages.insertBefore('coffeescript', 'keyword', { property: /(?!\d)\w+(?=\s*:(?!:))/, }), delete e.languages.coffeescript['template-string'], (e.languages.coffee = e.languages.coffeescript); })(Prism);