<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: UIUX LAB</title>
    <description>The latest articles on DEV Community by UIUX LAB (@uiux_lab).</description>
    <link>https://dev.to/uiux_lab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F160044%2Fe760e7b9-f2db-46b6-858b-ea249ba66701.jpg</url>
      <title>DEV Community: UIUX LAB</title>
      <link>https://dev.to/uiux_lab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/uiux_lab"/>
    <language>en</language>
    <item>
      <title>F-Curator — A Bookmark(favorites) Manager App</title>
      <dc:creator>UIUX LAB</dc:creator>
      <pubDate>Thu, 20 Jan 2022 16:42:47 +0000</pubDate>
      <link>https://dev.to/uiux_lab/f-curator-a-bookmarkfavorites-manager-app-26mh</link>
      <guid>https://dev.to/uiux_lab/f-curator-a-bookmarkfavorites-manager-app-26mh</guid>
      <description>&lt;p&gt;This is an application that solves the permanent collection(bookmark, favorites) database without the network. Based on Electron and React technology.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://xizon.github.io/F-Curator-Official-Website/"&gt;Official Website&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/VYdzttKU5H0"&gt;Video Overview&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yR6Lr7ci--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/xizon/F-Curator/main/public/assets/images/main/preview.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yR6Lr7ci--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/xizon/F-Curator/main/public/assets/images/main/preview.jpg" alt="quick overview" width="880" height="489"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Offline support and fast speeds&lt;/li&gt;
&lt;li&gt;Easily achieve data persistence&lt;/li&gt;
&lt;li&gt;Fetch remote resources to the local database&lt;/li&gt;
&lt;li&gt;Category management and clear list blocks&lt;/li&gt;
&lt;li&gt;Drag and drop sorting&lt;/li&gt;
&lt;li&gt;Exporting HTML that separates APP to use favorites&lt;/li&gt;
&lt;li&gt;Support quick search for URL and Site Name&lt;/li&gt;
&lt;li&gt;Judgment of URL validity and repetitiveness&lt;/li&gt;
&lt;li&gt;Automatically extract resources local, such as icons&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hope this app could solve your problem, it will be updated continuously. :)&lt;/p&gt;

</description>
      <category>electron</category>
      <category>react</category>
      <category>frontend</category>
      <category>javascript</category>
    </item>
    <item>
      <title>The Birth of PoemKit: React Toolkit for Building a Marvelous Website From Scratch</title>
      <dc:creator>UIUX LAB</dc:creator>
      <pubDate>Sat, 13 Nov 2021 07:42:15 +0000</pubDate>
      <link>https://dev.to/uiux_lab/the-birth-of-poemkit-react-toolkit-for-building-a-marvelous-website-from-scratch-47hj</link>
      <guid>https://dev.to/uiux_lab/the-birth-of-poemkit-react-toolkit-for-building-a-marvelous-website-from-scratch-47hj</guid>
      <description>&lt;p&gt;Web Development is such a beautiful time. We get to decorate our ideas with beautiful front-end technology pieces, UI components, and infinite possibilities. But in doing all these, it is easy to forget about why we are even sticking to do and what a marvelous website is truly about? Let’s take a look at the screenshot of &lt;strong&gt;PoemKit&lt;/strong&gt;, the React website building kit I will mention in my writing:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rvX2UO3f--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d5q7l5r2diq8x4g3f5bn.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rvX2UO3f--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d5q7l5r2diq8x4g3f5bn.gif" alt="Image description" width="840" height="446"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github Repository: &lt;a href="https://github.com/xizon/poemkit"&gt;https://github.com/xizon/poemkit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are countless React UI kits and libraries today. Faced with so many choices and new project challenges, what should I do next? Should I learn a new framework, build wheels myself, or dig out some tools. In short, I need a thought to better make more technological demands and innovations in the future. After all, the framework is just a framework. Can’t leave the scene to talk about the purpose. I should think about how to plan the future from the personal growth and project needs, language basic skills training, etc., and plan the work of this tool. That is why it is important that during this busy time of the year, I still make time for learning some technologies of front or back. First, though, I consider whether some frameworks are smart — with a particular focus on the impact of 2021~2022 and the Covid-19 pandemic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let me talk about my thoughts first.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In order to adapt to some large websites, platforms and software projects, I considered some React frameworks, such as Nextjs, but in the end I decided to abandon it. It’s Only Temporary!! I want the website architecture to be ffree such as the functionality and scalability of webpack scaffolding. On the one hand, building webpack scaffolding from scratch can also allow me to learn all aspects of knowledge in depth, and let me systematically understand the architecture principles and implementation methods of React. At the same time, I was made them as an open-source toolkit, which can be provided necessary support and reference to me in the future.&lt;/p&gt;

&lt;p&gt;For data transmission, I will give priority to using Redux as a cross-component state manager. In the future, I will also use some portable tools according to the needs of the project. I use TypeScript to write all UI components. First, the component library is systematized to manage, and on the other hand, they will not conflict with the logic blocks of the entire React website. It also needs to be able to directly import other UI component libraries, such as Ant Design. At the same time, this toolkit needs to have built-in custom React components to facilitate easy integration and improve the developer experience.&lt;/p&gt;

&lt;p&gt;For making a website with completely separated front-end and back-end, I also need to consider responsiveness and some cool interactive effects. For complex animations, I use GSAP plugins, and make the entire website compatible with Bootstrap and common icon libraries to provide more friendly Style support. It does not conflict with the built-in styles and scripts. This is my consideration for the complexity of project interaction.&lt;/p&gt;

&lt;p&gt;Finally, the issue of SEO needs to be considered, and I will solve it further. For example, let the entire React website support custom meta tags and titles. As for performance optimization, communication between components, mounting and unmounting, I strictly refer to the relevant official documentation.&lt;/p&gt;

&lt;p&gt;Of course, for a learner, my codes are not very excellent, but the entire open-source product has given me a lot of learning and improvement in my thinking and technology, and it has also given me a lot of new project chances and choices. I hope it can bring you some uses, and thank you for your patience in reading my word.&lt;/p&gt;

&lt;p&gt;Next, I also need to give him a good name for this toolkit. I like WordPress very much. WordPress has a proverb:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Code is Poetry&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It means that code or development is as beautiful as poetry. To make it, I am also working hard to make a more beautiful and poetic website, so PoemKit is just like that.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vTEWS7Bh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7lz7tcg0pktv945v2rwb.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vTEWS7Bh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7lz7tcg0pktv945v2rwb.jpg" alt="Image description" width="880" height="777"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I have open-sourced the entire project, then I will continue to introduce the entire PoemKit. Let’s go!&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  1. The Development Background
&lt;/h1&gt;

&lt;p&gt;No matter what kind of development work you do, you may face the huge challenge of complex DevOps. PoemKit is formed to enhance personal growth and improve the quality of development efficiency. PoemKit is a free web kit with React for fast web design and development via SSR. Using react, redux, router, axios and express. This project was bootstrapped with nodejs library. Project supports automatic deployments from a number of repository hosting services via pm2. PoemKit delivers more than 50+ built-in UI components for building modern web applications.&lt;/p&gt;

&lt;h1&gt;
  
  
  2. Talk About The Structure
&lt;/h1&gt;

&lt;p&gt;In a nutshell, a complex React project should be structured like this. Although I didn’t use NextJS in production, this file structure should be quite useful in any React setting.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tmlkpOX---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/42w9enz2v2v9hl1dl5ea.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tmlkpOX---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/42w9enz2v2v9hl1dl5ea.jpg" alt="Image description" width="698" height="739"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  3. Summarize The Features
&lt;/h1&gt;

&lt;p&gt;It creates an environment for you to focus on business logic and also it takes care of the UI appearance of your app. Then its features will be shown.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Base Environment: TypeScript 4.x.x + Babel 7.x.x + Webpack 5.x.x&lt;/li&gt;
&lt;li&gt;  Provides a variety of pre-built UI components such as structured layout objects and UI controls&lt;/li&gt;
&lt;li&gt;  Accessible URL, Technical SEO, and making your site search engine friendly with React Helmet&lt;/li&gt;
&lt;li&gt;  Integrate development, debugging, bundle, and deployment in one&lt;/li&gt;
&lt;li&gt;  Not a JavaScript framework&lt;/li&gt;
&lt;li&gt;  No jQuery &amp;amp; Does not bind any tool libraries&lt;/li&gt;
&lt;li&gt;  Server-Side Rendering (SSR) Support&lt;/li&gt;
&lt;li&gt;  Components are separated, you can use any UI component (such as Ant Design)&lt;/li&gt;
&lt;li&gt;  Styling React Components in Sass/SCSS&lt;/li&gt;
&lt;li&gt;  Automatically bundle and generate independent core CSS and JS files&lt;/li&gt;
&lt;li&gt;  Project supports automatic deployments from a number of repository hosting services via pm2&lt;/li&gt;
&lt;li&gt;  ✂️ Pluggable: The default components import some third-party plug-ins, such as grid system of Bootstrap 4, GSAP animation library, FontAwesome icon library, 3D engine, etc., so that you can quickly expand your website (Support on-demand configuration)&lt;/li&gt;
&lt;li&gt;  ✂️ Configurable Scaffold: Independently package the dist files (you could modify webpack.config.js to use memory mount)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;PoemKit can work and deploy through commands, it still requires real code to be written behind them, these kits serve as UI components and some logic modules that can be put together into a real website or application prototype that will still require programming functions to make them work in the real world. If you want to get inspiration or just show something directly to your eyes, you can jump-start your development with our pre-built example pages. We can take a look at its default preview:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--oCB6dukf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pt1am09ze035a7267ac8.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--oCB6dukf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pt1am09ze035a7267ac8.jpg" alt="Image description" width="880" height="377"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2QxmI5lL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/66crr5sz13i4e49ku5ub.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2QxmI5lL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/66crr5sz13i4e49ku5ub.jpg" alt="Image description" width="880" height="406"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qR1Rh7YR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/32hjrkp8se5f9g1bwfmx.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qR1Rh7YR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/32hjrkp8se5f9g1bwfmx.jpg" alt="Image description" width="880" height="408"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  4. How To Use
&lt;/h1&gt;

&lt;p&gt;The toolkit provides a series of configurations and Quick Start Guideline. You can get the project from Github and view the documentation. Aside from all those, the UI components and modules of the package can be used, styled and combined individually with your existing parts of the app.&lt;/p&gt;

&lt;h1&gt;
  
  
  5. Next Steps
&lt;/h1&gt;

&lt;p&gt;Want to go a step further in your project activities? This open resource can help.&lt;/p&gt;

&lt;p&gt;Github Repository: &lt;a href="https://github.com/xizon/poemkit"&gt;https://github.com/xizon/poemkit&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Example Pages: &lt;a href="https://uiux.cc/poemkit"&gt;https://uiux.cc/poemkit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Those were my thoughts. Feel free to email or follow me in case you want to discuss something or have any more inputs on how this can be improved! Thanks.&lt;/p&gt;

</description>
      <category>react</category>
      <category>frontend</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Uix Kit - Free Web Kits For Fast Web Design And Development</title>
      <dc:creator>UIUX LAB</dc:creator>
      <pubDate>Wed, 24 Apr 2019 08:52:23 +0000</pubDate>
      <link>https://dev.to/uiux_lab/uix-kit-free-web-kits-for-fast-web-design-and-development-1jmn</link>
      <guid>https://dev.to/uiux_lab/uix-kit-free-web-kits-for-fast-web-design-and-development-1jmn</guid>
      <description>&lt;p&gt;
  &lt;a href="https://github.com/xizon/uix-kit"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JakZ6TRj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/m1nnf1g9cc6d8ttoy6ea.png" alt="Uix Kit" width="180"&gt;
  &lt;/a&gt;
 
&lt;/p&gt;

&lt;p&gt;Project: &lt;a href="https://github.com/xizon/uix-kit"&gt;https://github.com/xizon/uix-kit&lt;/a&gt;&lt;br&gt;
Demo: &lt;a href="https://uiux.cc/uix-kit"&gt;https://uiux.cc/uix-kit&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;p&gt;Uix Kit can be used separately, or merge components and grid systems using bootstrap. Regardless of the screen size, the website content will naturally fit the given resolution. Using the Uix Kit will save you large amount of time to build your projects. It supports 3D and 2D rendering with three.js and pixi.js. More typically, automatically generate core files with Webpack for each module (contains .js, .scss, .html files).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Supports 3D and 2D rendering with three.js and pixi.js.&lt;/li&gt;
&lt;li&gt;Using Sass to Control Scope With BEM Naming&lt;/li&gt;
&lt;li&gt;Automatically generate table of contents for each module comment of name.&lt;/li&gt;
&lt;li&gt;Simple custom CSS and JS core files&lt;/li&gt;
&lt;li&gt;100% Responsive &amp;amp; Mobile Ready&lt;/li&gt;
&lt;li&gt;Prepare some generic plug-ins in advance&lt;/li&gt;
&lt;li&gt;Compatible with Bootstrap 4.x&lt;/li&gt;
&lt;li&gt;Provides a common web page components and layouts&lt;/li&gt;
&lt;li&gt;W3C Standard Support&lt;/li&gt;
&lt;li&gt;Support PJAX no refresh method for loading pages&lt;/li&gt;
&lt;li&gt;Support JS, HTML and SASS component library automatically packaged.&lt;/li&gt;
&lt;li&gt;Make a foundation for the React architecture.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  Installation And Test
&lt;/h2&gt;

&lt;p&gt;You will need to have &lt;a href="https://nodejs.org/"&gt;node&lt;/a&gt; setup on your machine. That will output the built distributables to &lt;code&gt;./dist/*&lt;/code&gt; and &lt;code&gt;./examples/*.html&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1.&lt;/strong&gt; Use NPM (Locate your current directory of project, and enter the following command.) or download the latest version from &lt;a href="https://github.com/xizon/uix-kit"&gt;Github&lt;/a&gt;. For nodejs you have to install some dependencies.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;npm &lt;span class="nb"&gt;install &lt;/span&gt;uix-kit
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Or clone the repo to get all source files including build scripts:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;git clone git://github.com/xizon/uix-kit.git
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 2.&lt;/strong&gt; First, using an absolute path into your &lt;code&gt;"uix-kit/"&lt;/code&gt; folder directory.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; /&lt;span class="o"&gt;{&lt;/span&gt;your_directory&lt;span class="o"&gt;}&lt;/span&gt;/uix-kit
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 3.&lt;/strong&gt; Before doing all dev stuff make sure you have &lt;code&gt;Node 10+&lt;/code&gt; installed. After that, run the following code in the main directory to install the node module dependencies.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--save-dev&lt;/span&gt;  &lt;span class="nt"&gt;--unsafe-perm&lt;/span&gt; node-sass
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 4.&lt;/strong&gt; Run the following code to enter development mode. The converted ES5 files will be created.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;npm run build
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Step 5.&lt;/strong&gt; When you done, this will spin up a server that can be accessed at&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;http://localhost:8080/examples/
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  Note:
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;ERROR: npm update check failed.&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;&lt;span class="nb"&gt;sudo chown&lt;/span&gt; &lt;span class="nt"&gt;-R&lt;/span&gt; &lt;span class="nv"&gt;$USER&lt;/span&gt;:&lt;span class="si"&gt;$(&lt;/span&gt;&lt;span class="nb"&gt;id&lt;/span&gt; &lt;span class="nt"&gt;-gn&lt;/span&gt; &lt;span class="nv"&gt;$USER&lt;/span&gt;&lt;span class="si"&gt;)&lt;/span&gt; /Users/&lt;span class="o"&gt;{&lt;/span&gt;username&lt;span class="o"&gt;}&lt;/span&gt;/.config
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;






&lt;h2&gt;
  
  
  How To Use
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. HTML Structure
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight html"&gt;&lt;code&gt;
&lt;span class="cp"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;html&lt;/span&gt; &lt;span class="na"&gt;dir=&lt;/span&gt;&lt;span class="s"&gt;"ltr"&lt;/span&gt; &lt;span class="na"&gt;lang=&lt;/span&gt;&lt;span class="s"&gt;"en-US"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;charset=&lt;/span&gt;&lt;span class="s"&gt;"utf-8"&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;/span&gt; 

        &lt;span class="c"&gt;&amp;lt;!-- Mobile Settings
        ============================================= --&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;name=&lt;/span&gt;&lt;span class="s"&gt;"viewport"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"width=device-width, initial-scale=1, maximum-scale=1"&lt;/span&gt; &lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class="c"&gt;&amp;lt;!-- Mobile Settings end --&amp;gt;&lt;/span&gt;


        &lt;span class="c"&gt;&amp;lt;!-- Vendor
        ============================================= --&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/wp-jquery/jquery.min.js?ver=3.3.1"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/wp-jquery/jquery.migrate.min.js?ver=1.4.1"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
        &lt;span class="c"&gt;&amp;lt;!-- Vendor  end --&amp;gt;&lt;/span&gt;



        &lt;span class="c"&gt;&amp;lt;!-- Compatibility
        ============================================= --&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/modernizr.min.js?ver=3.5.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;meta&lt;/span&gt; &lt;span class="na"&gt;http-equiv=&lt;/span&gt;&lt;span class="s"&gt;"X-UA-Compatible"&lt;/span&gt; &lt;span class="na"&gt;content=&lt;/span&gt;&lt;span class="s"&gt;"IE=edge"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="c"&gt;&amp;lt;!-- Compatibility  end --&amp;gt;&lt;/span&gt;


        &lt;span class="c"&gt;&amp;lt;!-- Core &amp;amp; Theme CSS
        ============================================= --&amp;gt;&lt;/span&gt;

        &lt;span class="c"&gt;&amp;lt;!-- Basic  --&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"assets/css/bootstrap.min.css?ver=4.2.1"&lt;/span&gt; &lt;span class="na"&gt;media=&lt;/span&gt;&lt;span class="s"&gt;"all"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"assets/css/video.min.css?ver=7.4.1"&lt;/span&gt; &lt;span class="na"&gt;media=&lt;/span&gt;&lt;span class="s"&gt;"all"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;

        &lt;span class="c"&gt;&amp;lt;!-- Icons  --&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"assets/fonts/fontawesome/css/all.min.css?ver=5.7.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"assets/fonts/fontawesome/css/v4-shims.min.css?ver=5.7.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;

        &lt;span class="c"&gt;&amp;lt;!-- Theme  --&amp;gt;&lt;/span&gt;
        &lt;span class="nt"&gt;&amp;lt;link&lt;/span&gt; &lt;span class="na"&gt;rel=&lt;/span&gt;&lt;span class="s"&gt;"stylesheet"&lt;/span&gt; &lt;span class="na"&gt;href=&lt;/span&gt;&lt;span class="s"&gt;"../dist/css/uix-kit.min.css?ver=1.0.0"&lt;/span&gt; &lt;span class="na"&gt;media=&lt;/span&gt;&lt;span class="s"&gt;"all"&lt;/span&gt;&lt;span class="nt"&gt;/&amp;gt;&lt;/span&gt;


         &lt;span class="c"&gt;&amp;lt;!--[if lt IE 10]&amp;gt;
           &amp;lt;link rel="stylesheet" href="assets/css/IE.css?ver=1.0.0" media="all" /&amp;gt;
        &amp;lt;![endif]--&amp;gt;&lt;/span&gt;


        &lt;span class="c"&gt;&amp;lt;!-- Core &amp;amp; Theme CSS  end --&amp;gt;&lt;/span&gt;

        &lt;span class="c"&gt;&amp;lt;!-- Break free from CSS prefix hell!
        ============================================= --&amp;gt;&lt;/span&gt;
         &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/prefixfree.min.js?ver=1.0.7"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;



  &lt;span class="nt"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;     
  &lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;



    ...



    &lt;span class="c"&gt;&amp;lt;!-- Vendor --&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/jquery.easing.min.js?ver=1.3"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/jquery.waitforimages.min.js?ver=1.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/video.min.js?ver=7.4.1"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt; 
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/jquery.waypoints.min.js?ver=4.0.1"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt; 
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/template7.min.js?ver=1.2.5"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/TweenMax.min.js?ver=2.0.2"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/pixi.min.js?ver=4.8.4"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/three.min.js?ver=r99"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/anime.min.js?ver=2.2.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/hammer.min.js?ver=2.0.8"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"assets/js/min/muuri.min.js?ver=0.7.1"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;



    &lt;span class="c"&gt;&amp;lt;!-- Your Plugins &amp;amp; Theme Scripts
    ============================================= --&amp;gt;&lt;/span&gt;

    &lt;span class="nt"&gt;&amp;lt;script&amp;gt;&lt;/span&gt;
        &lt;span class="kd"&gt;var&lt;/span&gt; &lt;span class="nx"&gt;REVISION&lt;/span&gt;     &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;1.0.0&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
            &lt;span class="nx"&gt;APP_ROOTPATH&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
                &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;templateUrl&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;""&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="c1"&gt;//If the file is in the root directory, you can leave it empty. If in another directory, you can write: "/blog"&lt;/span&gt;
                &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;homeUrl&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;     &lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;""&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;  &lt;span class="c1"&gt;//Eg. https://uiux.cc&lt;/span&gt;
                &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;ajaxUrl&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;     &lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;""&lt;/span&gt;   &lt;span class="c1"&gt;//Eg. https://uiux.cc/wp-admin/admin-ajax.php&lt;/span&gt;
            &lt;span class="p"&gt;};&lt;/span&gt;
    &lt;span class="nt"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;  
    &lt;span class="nt"&gt;&amp;lt;script &lt;/span&gt;&lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"../dist/js/uix-kit.min.js?ver=1.0.0"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;


  &lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;



&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  2. File Structures
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;
uix-kit/
├── README.md
├── CHANGELOG.md
├── CONTRIBUTING.md
├── LICENSE
├── webpack.config.js
├── package-lock.json
├── package.json
├── dist/
│   ├── css/
│   │   ├── uix-kit.css
│   │   ├── uix-kit.css.map
│   │   ├── uix-kit.min.css
│   │   ├── uix-kit.min.css.map
│   │   ├── uix-kit-rtl.css
│   │   ├── uix-kit-rtl.css.map
│   │   ├── uix-kit-rtl.min.css
│   │   └── uix-kit-rtl.min.css.map
│   └── js/
│   │   ├── uix-kit.js
│   │   ├── uix-kit.js.map
│   │   ├── uix-kit.min.js
│   │   ├── uix-kit.min.js.map
│   │   ├── uix-kit-rtl.js
│   │   ├── uix-kit-rtl.js.map
│   │   ├── uix-kit-rtl.min.js
│   │   ├── uix-kit-rtl.min.js.map
│   │   ├── uix-kit.concat.es5.dev.js
│   │   └── uix-kit.concat.es5.dev.js.map
├── misc/
│   ├── screenshots/
│   └── grid/
├── src/
│   ├── index.js
│   ├── index-rtl.js
│   ├── components/
│   │   ├── ES5/
│   │   └── ES6/
├── examples/
│   ├── &lt;span class="k"&gt;*&lt;/span&gt;.html
│   ├── assets/
│   │       ├── css/
│   │       ├── fonts/
│   │       ├── images/
│   │       ├── videos/
│   │       ├── models/
│   │       ├── json/
│   │       └── js/
└──
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>design</category>
      <category>webpack</category>
    </item>
  </channel>
</rss>
