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

New to Metronic 9, how can I find resources that explain the project structure, any documentation?


I am using Metronic 9 on a company project. I am looking to customize the project. Right now I want to understand the login logout logic and I can't seem to find some components are.

I am not looking specifically for how to find the login logout logic but I need some resources to understand metronic 9.

How can I find resources


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)


Hi,

The auth logic of Metronic 9 Tailwind React is found here: "vite/src/auth".

Metronic uses JWT auth method as the default auth method.

We will release our online docs for Metronic 9 React soon. In the meantime please refer to the readme file or ask us a specific question here with more details.

Regards,
Sean



Hi Yaman,

The Metronic documentation covers many things in general terms, but to make a customization, you need to carefully read and understand the template. Otherwise, making a significant customization won’t be very likely. If you need help with anything, I’d be happy to assist. I recently did a similar customization myself.

Just in case you need it, I’m leaving the documentation link below:

https://keenthemes.com/metronic/tailwind/docs/plugins/formvalidation


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  :(