1.0.0 • Published 3 years ago

7s-components v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

auth-component-library

A shareable component library with a playground folder to live-test components as you are developing them.

Installation

Try creating your own component library

Usage

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;

License

MIT © hinammehra