mx-list Made with create-react-library Install npm install --save mx-list Usage import React from 'react' import { MxList } from 'mx-list' const App = () => { return <MxList>{'Mx List'}</MxList> } export default App License MIT © MaxiCorrea