Skip to content

bfondevila/auth-component-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A version of a library with its own playground to live-test it, using yarn workspaces

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.6%
  • HTML 8.7%
  • CSS 4.7%