0.0.4 • Published 1 year ago

signup-flow-test-package v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

signup-flow-test-package

This package provides components for the signup flow application

install

npm i signup-flow-test-package

usage example

import SignupFlow from "signup-flow-test-package";

function MyComponent() {
  return (
    <div>
      <SignupFlow name="Giveaways SF" />
    </div>
  );
}

license

MIT