A shareable component library with a playground folder to live-test components as you are developing them.
Try creating your own component library
All exported components are listed in src/index.js
import React from 'react';
import { HelloWorld } from '@hinammehra/auth-component-library';
const App = () => {
return <HelloWorld />
}
export default App;
MIT © hinammehra