Docs
Documentation
  • Home

Getting Started

Welcome to MIMI UI docs. These docs serve as a reference to each of the MIMI components and elements. Open the menu in the top right corner to view the other topics.

But before any of that, lets get you started. Add the css in the head of the HTML file

                    
                        <head>
                          ...
                          <link rel="stylesheet" href="styles/mimi.css">
                        </head>
                    
                  

Then somewhere near the bottom of the page, within the body add the JS

                    
                        <body>
                          ...
                          <script src="scripts/mimi.min.js"></script>
                        </body>