npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

authentication-hci

v0.1.2

Published

Target Repo:[link](https://gitlab.com/Talking-DB/coding/pocs/ui-components/conversation-contact-details-panel/hc-inbox-authenctication-client/-/issues/11)

Downloads

10

Readme

HC Inbox Authenctication Client

Full signup form page..

Target Repo:link

NODE JS version: 14.17.6

About

Fixed issue #10. Fixed issue #8. Fixed issue #7. Fixed issue #6. Fixed issue #5.

What

Fixed issue #4. Create stories for Signup user details form component.

About

Fixed issue #3. Add Signup user details form component. Signup forms are subscription boxes added to site, blog,app or social page to collect new subscribers.

Usage

To access the content or services provided by the app a user has to create an account.

Frontend design of HC inbox signup page for desktop version.onboarding for new user.

To integrate all the individual components of the form under one container.

Storybook

Usage

Provides single platform to create an account for accessing the various services provided by the app.It also provides features description. For testing the carousel component in isolate environments.

 npm install --save @fortawesome/react-fontawesome
 npm install --save @fortawesome/free-regular-svg-icons

Fixed issue #2. Add boilerplate code as per contribution guidelines. Boilerplate refers to sections of code that have to be included in many places with little or no alteration. It is often used when referring to languages that are considered verbose, i.e. the programmer must write a lot of code to do minimal jobs.

Usage

To get a hands on experience with the creation of issue and merge request.

To use Authscreen component as sign in and sign up

PropName :signup
propType: boolean
propValue: false for signin
           true for signup

example:

  1. For sign in
    <AuthScreen signup={false}/>
  2. For sign up
    <AuthScreen signup={true}/>

Installation

  1. Install npm using the following command.

    npm install authentication-hci
    git clone [email protected]:Talking-DB/coding/pocs/ui-components/conversation-contact-details-panel/hc-inbox-authenctication-client.git
  2. Import.

import {AuthScreen} from 'authentication-hci';

function App() {
  return (
    <div>
      <AuthScreen />
    </div>
  );
}
npm install
  1. Run the app in development mode.

    npm start

    Open http://localhost:3000 to view it in the browser.

  2. Run the storybook using the following command

    npm run storybook

    Open http://localhost:6006 to view it in the browser.

Dependencies

  1. Install storybook using following command.

    npx sb init
  2. Install ANT design using following command.

    npm install antd
  3. Install React Fontawsome using the following command.

    npm install --save @fortawesome/react-fontawesome
    
    npm install --save @fortawesome/free-solid-svg-icons
  4. Install React slick using following command.

    npm install react-slick --save
  5. Install React Slick css using following command.

    npm install slick-carousel --save
  6. Install react-responsive using following command

    npm install react-responsive --save
  7. Insatll React router Dom version 6 using the following command

    npm install react-router-dom@6

carouselSb carousel socialmediasignupsection storybooksignup

Component Output

signupform