Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

How to use StepperComponent in Metronic 9 Tailwind React Version ?


I came across a stepper component in this React template:
https://preview.keenthemes.com/metronic8/react/demo1/crafted/pages/wizards/horizontal

I’d like to use the same stepper in my project, which is built using Metronic 9 with Tailwind and React. Since this is my first time working with Metronic, I would appreciate any guidance on how to integrate it into my project. Any help would be greatly appreciated!


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


In Metronic 9 Tailwind React Version, you can use the StepperComponent to create multi-step forms or wizards. First, ensure that Metronic's core JavaScript files are properly loaded. Then, in your React component, initialize the stepper using useEffect when the component mounts. The stepper requires an HTML container with a unique ID, and Metronic will handle the step transitions automatically. You can customize step indicators, buttons, and navigation logic to fit your needs. Just like GB WhatsApp enhances WhatsApp with extra features, StepperComponent in Metronic 9 improves the user experience by providing smooth step-by-step navigation.



Hi,

We will release this for Metronic 9 React very soon. Currently preparing a huge update for Metronic 9 React based on reui.io components.

ReUI, open source library of stunning React UI components and apps for Next.js: https://reui.io

If you find ReUI helpful, we’d love your support please consider starring us on GitHub: github.com/keenthemes/reui

Regards,
Sean


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(