Added IconButton Component

Summary: Added IconButton component with a ripple effect. I also placed it into the components where it will be used.

Reviewed By: passy

Differential Revision: D16378064

fbshipit-source-id: 6b677ec4a43adf94eb38136a9c607c85919c0176
This commit is contained in:
Benjamin Elo
2019-07-19 11:46:06 -07:00
committed by Facebook Github Bot
parent 0c0f0d4a90
commit 9b82dc5025
6 changed files with 110 additions and 39 deletions

View File

@@ -5,7 +5,7 @@
* @format
*/
export {default as styled} from 'react-emotion';
export {default as styled, keyframes} from 'react-emotion';
export * from './ui/index.js';
export * from './utils/index.js';
export {default as GK} from './fb-stubs/GK.js';