1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-17 08:35:47 +07:00

fix: listItem Component - Introduced ForwardRef (#183)

* refactor: introduced forwardRef

* fix: fixed button prop listItem

* chore: rollback package upgrade

* fix: fixed snap
This commit is contained in:
Priscila Oliveira
2019-10-12 21:11:23 +02:00
committed by Juan Picado @jotadeveloper
parent d2c1130efd
commit 82d7107de7
16 changed files with 43 additions and 27 deletions

View File

@@ -1,10 +1,10 @@
import React from 'react';
import styled from 'react-emotion';
import ListItem from '@material-ui/core/ListItem';
import ListItemText from '@material-ui/core/ListItemText';
import CopyToClipBoard from '../CopyToClipBoard';
import Avatar from '../../muiComponents/Avatar';
import ListItem from '../../muiComponents/ListItem';
// logos of package managers
import npmLogo from './img/npm.svg';