1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Mark Stacey 7e4916e59e
Simplify tab component (#8132)
The tab component now sets the `tab` and `tab--active` classes
internally regardless what class is passed in. The convention in React
is to allow adding _additional_ classes via the `className` prop, not
to allow removing internal classes entirely.

the `activeClassName` prop was removed entirely. A few other props that
are always passed in have been marked as required.
2020-02-27 18:00:42 -04:00
..
app Simplify tab component (#8132) 2020-02-27 18:00:42 -04:00
lib Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
index.js Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00