Coder Social home page Coder Social logo

use-wizard's Introduction

Hi everyone !

My passion lies in tackling challenging projects, continually pushing myself to effectively expand my skill set. I am pretty hardcore at what I do and I'm always eager to take on challenges and collaborate with like-minded professionals who share my dedication, in a very positive, opened and supportive atmosphere of course. Feel free to reach out!

Check out some books, articles, websites I have gathered over the years, you might enjoy them as well: Check out

Let's connect

LinkedIn

Medium



The work pinned on my GitHub is 100% original, unless it is a fork.

use-wizard's People

Contributors

ezra-tictuk avatar ezrafayet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

use-wizard's Issues

[Docs] Show implementation Example

I was able to figure it out but it might be ideal to show a basic implementation of how to use the lib. I made a couple basic mistakes that could be easily mitigated with that.

[Feature] Get Step Number

It would be nice to have the ability to get the step number. The use case is I show a list of steps and a user can go backwards of the steps but not forward. Its possible to use indexOf but it would be nice to have this built in. Happy to do a PR if you are open to it.

  const paths = [
    'welcome',
    'legal',
    'data',
    'terms',
    'org',
    'finish'
  ];
  const [step, wizard] = useWizard(paths);

then later

disabled={paths.indexOf(step as string) < 1}

[Bug] Type of Step

I'm curious why the typescript type of a step is ReactText. Seems like it should be step: number | string.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.