UNPKG

react-expand-animated

Version:

The expand component that animate the height of child component when toggling

8 lines (5 loc) 211 B
import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; // eslint-disable-next-line react/jsx-filename-extension ReactDOM.render(<App />, global.document.getElementById('root'));