Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2507 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2507 Rev 2508
Línea 17... Línea 17...
17
 
17
 
18
  return (
18
  return (
19
    <>
19
    <>
20
      <Widget>
20
      <Widget>
21
        <Widget.Header
21
        <Widget.Header
22
          title='Valores'
22
          title='Propósitos'
23
          renderAction={() => (
23
          renderAction={() => (
24
            <>
24
            <>
25
              <IconButton
25
              <IconButton
26
                id='purposes-button'
26
                id='purposes-button'
Línea 40... Línea 40...
40
                MenuListProps={{
40
                MenuListProps={{
41
                  'aria-labelledby': 'purposes-button'
41
                  'aria-labelledby': 'purposes-button'
42
                }}
42
                }}
43
                anchorOrigin={{
43
                anchorOrigin={{
44
                  vertical: 'bottom',
44
                  vertical: 'bottom',
45
                  horizontal: 'right'
45
                  horizontal: 'left'
46
                }}
46
                }}
47
                transformOrigin={{
47
                transformOrigin={{
48
                  vertical: 'top',
48
                  vertical: 'top',
49
                  horizontal: 'left'
49
                  horizontal: 'left'
50
                }}
50
                }}