<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Ninja Admins Community - Front End Developer]]></title>
		<link>https://ninjadmins.com/</link>
		<description><![CDATA[Ninja Admins Community - https://ninjadmins.com]]></description>
		<pubDate>Sun, 10 May 2026 13:45:52 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Install PatternFly with Yarn]]></title>
			<link>https://ninjadmins.com/topic/install-patternfly-with-yarn</link>
			<pubDate>Tue, 16 Mar 2021 01:53:49 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://ninjadmins.com/member.php?action=profile&uid=1">Michael.Sentry</a>]]></dc:creator>
			<guid isPermaLink="false">https://ninjadmins.com/topic/install-patternfly-with-yarn</guid>
			<description><![CDATA[Installing the open source enterprise ui framework PatternFly with Yarn<br />
<br />
What is PatternFly?<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>PatternFly is an Open Source interface design system by RedHat which provides various visual components, tools for designing visual components, and code examples to make it possible for almost anyone to design and build responsive, accessible user experiences</blockquote>
<br />
PatternFly can be installed with npm or Yarn. <br />
The official PatternFly docs cover using npm, and npm is the default package manager for nodejs .<br />
<br />
In this quick guide we'll show examples of how to manage the installation of the basic html/css packages of PatternFly v4 / v3 with Yarn ( on the command line ).<br />
<br />
read_more<br />
<br />
We're using "yarn 1.22.5" for this example.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PatternFly 4</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>yarn add @patternfly/patternfly</blockquote>
<br />
<span style="font-weight: bold;" class="mycode_b">PatternFly 3</span><br />
<blockquote class="mycode_quote"><cite>Quote:</cite>yarn add patternfly</blockquote>
<br />
To install into a custom directory name use the --modules_folder flag.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>yarn add patternfly --modules_folder assets</blockquote>
<br />
--<br />
<br />
Why use Yarn ? It's very fast, and simple to manage.<br />
<br />
<a href="https://classic.yarnpkg.com/en/docs/cli/install/" target="_blank" rel="noopener" class="mycode_url">https://classic.yarnpkg.com/en/docs/cli/install/</a><br />
<a href="https://classic.yarnpkg.com/en/docs/cli/" target="_blank" rel="noopener" class="mycode_url">https://classic.yarnpkg.com/en/docs/cli/</a><br />
<br />
Migrating to Yarn v2 :<br />
<a href="https://yarnpkg.com/getting-started/migration" target="_blank" rel="noopener" class="mycode_url">https://yarnpkg.com/getting-started/migration</a><br />
<a href="https://yarnpkg.com/getting-started/install" target="_blank" rel="noopener" class="mycode_url">https://yarnpkg.com/getting-started/install</a><br />
<br />
--<br />
<br />
Getting started with PatternFly by Anisha Swain :<br />
<a href="https://medium.com/the-ui-girl/patternfly-basics-1976a35052a3" target="_blank" rel="noopener" class="mycode_url">https://medium.com/the-ui-girl/patternfl...76a35052a3</a><br />
<br />
PatternFly homepage :<br />
<a href="https://www.patternfly.org/v4/" target="_blank" rel="noopener" class="mycode_url">https://www.patternfly.org/v4/</a><br />
<br />
PatternFly v3<br />
<a href="https://www.patternfly.org/v3/" target="_blank" rel="noopener" class="mycode_url">https://www.patternfly.org/v3/</a><br />
<br />
You can find the PatternFly project repo on github :<br />
<a href="https://github.com/patternfly" target="_blank" rel="noopener" class="mycode_url">https://github.com/patternfly</a>]]></description>
			<content:encoded><![CDATA[Installing the open source enterprise ui framework PatternFly with Yarn<br />
<br />
What is PatternFly?<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>PatternFly is an Open Source interface design system by RedHat which provides various visual components, tools for designing visual components, and code examples to make it possible for almost anyone to design and build responsive, accessible user experiences</blockquote>
<br />
PatternFly can be installed with npm or Yarn. <br />
The official PatternFly docs cover using npm, and npm is the default package manager for nodejs .<br />
<br />
In this quick guide we'll show examples of how to manage the installation of the basic html/css packages of PatternFly v4 / v3 with Yarn ( on the command line ).<br />
<br />
read_more<br />
<br />
We're using "yarn 1.22.5" for this example.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PatternFly 4</span><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>yarn add @patternfly/patternfly</blockquote>
<br />
<span style="font-weight: bold;" class="mycode_b">PatternFly 3</span><br />
<blockquote class="mycode_quote"><cite>Quote:</cite>yarn add patternfly</blockquote>
<br />
To install into a custom directory name use the --modules_folder flag.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>yarn add patternfly --modules_folder assets</blockquote>
<br />
--<br />
<br />
Why use Yarn ? It's very fast, and simple to manage.<br />
<br />
<a href="https://classic.yarnpkg.com/en/docs/cli/install/" target="_blank" rel="noopener" class="mycode_url">https://classic.yarnpkg.com/en/docs/cli/install/</a><br />
<a href="https://classic.yarnpkg.com/en/docs/cli/" target="_blank" rel="noopener" class="mycode_url">https://classic.yarnpkg.com/en/docs/cli/</a><br />
<br />
Migrating to Yarn v2 :<br />
<a href="https://yarnpkg.com/getting-started/migration" target="_blank" rel="noopener" class="mycode_url">https://yarnpkg.com/getting-started/migration</a><br />
<a href="https://yarnpkg.com/getting-started/install" target="_blank" rel="noopener" class="mycode_url">https://yarnpkg.com/getting-started/install</a><br />
<br />
--<br />
<br />
Getting started with PatternFly by Anisha Swain :<br />
<a href="https://medium.com/the-ui-girl/patternfly-basics-1976a35052a3" target="_blank" rel="noopener" class="mycode_url">https://medium.com/the-ui-girl/patternfl...76a35052a3</a><br />
<br />
PatternFly homepage :<br />
<a href="https://www.patternfly.org/v4/" target="_blank" rel="noopener" class="mycode_url">https://www.patternfly.org/v4/</a><br />
<br />
PatternFly v3<br />
<a href="https://www.patternfly.org/v3/" target="_blank" rel="noopener" class="mycode_url">https://www.patternfly.org/v3/</a><br />
<br />
You can find the PatternFly project repo on github :<br />
<a href="https://github.com/patternfly" target="_blank" rel="noopener" class="mycode_url">https://github.com/patternfly</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Learn More About Stylus CSS Preprocessor]]></title>
			<link>https://ninjadmins.com/topic/learn-more-about-stylus-css-preprocessor</link>
			<pubDate>Tue, 23 Feb 2021 13:02:24 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://ninjadmins.com/member.php?action=profile&uid=1">Michael.Sentry</a>]]></dc:creator>
			<guid isPermaLink="false">https://ninjadmins.com/topic/learn-more-about-stylus-css-preprocessor</guid>
			<description><![CDATA[Learn more about Stylus with our collection of Stylus CSS Preprocessor resources.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Stylus has the power of Sass, with the accessibility of LESS.</blockquote>
<br />
read_more<br />
<br />
Stylus was created by T. J. Holowaychuk along with Express js and a huge number of other great applications and projects.<br />
<a href="https://github.com/tj" target="_blank" rel="noopener" class="mycode_url">https://github.com/tj</a><br />
<a href="https://en.wikipedia.org/wiki/Stylus_(stylesheet_language)" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Stylus_(st..._language)</a><br />
<br />
Expressive, dynamic, robust CSS<br />
<a href="https://stylus-lang.com/" target="_blank" rel="noopener" class="mycode_url">https://stylus-lang.com/</a><br />
<br />
<a href="https://github.com/stylus/stylus" target="_blank" rel="noopener" class="mycode_url">https://github.com/stylus/stylus</a><br />
<a href="https://github.com/stylus/nib" target="_blank" rel="noopener" class="mycode_url">https://github.com/stylus/nib</a><br />
<br />
Getting To Know Stylus<br />
<a href="https://www.sitepoint.com/getting-to-know-stylus/" target="_blank" rel="noopener" class="mycode_url">https://www.sitepoint.com/getting-to-know-stylus/</a><br />
<br />
Getting Started with Stylus<br />
<a href="https://blog.teamtreehouse.com/getting-started-stylus" target="_blank" rel="noopener" class="mycode_url">https://blog.teamtreehouse.com/getting-started-stylus</a><br />
<br />
/--<br />
<br />
<a href="https://github.com/kylekatarnls/stylus" target="_blank" rel="noopener" class="mycode_url">https://github.com/kylekatarnls/stylus</a><br />
<a href="https://github.com/AustP/Stylus.php" target="_blank" rel="noopener" class="mycode_url">https://github.com/AustP/Stylus.php</a><br />
<br />
/--<br />
<br />
Stylus Tutorials by LevelUpTuts :<br />
<a href="https://www.youtube.com/playlist?list=PLLnpHn493BHFWQGA1PcyQZWAfR96a4CkH" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/playlist?list=PL...AfR96a4CkH</a><br />
<a href="https://www.youtube.com/c/LevelUpTuts/featured" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/c/LevelUpTuts/featured</a><br />
<br />
/--]]></description>
			<content:encoded><![CDATA[Learn more about Stylus with our collection of Stylus CSS Preprocessor resources.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Stylus has the power of Sass, with the accessibility of LESS.</blockquote>
<br />
read_more<br />
<br />
Stylus was created by T. J. Holowaychuk along with Express js and a huge number of other great applications and projects.<br />
<a href="https://github.com/tj" target="_blank" rel="noopener" class="mycode_url">https://github.com/tj</a><br />
<a href="https://en.wikipedia.org/wiki/Stylus_(stylesheet_language)" target="_blank" rel="noopener" class="mycode_url">https://en.wikipedia.org/wiki/Stylus_(st..._language)</a><br />
<br />
Expressive, dynamic, robust CSS<br />
<a href="https://stylus-lang.com/" target="_blank" rel="noopener" class="mycode_url">https://stylus-lang.com/</a><br />
<br />
<a href="https://github.com/stylus/stylus" target="_blank" rel="noopener" class="mycode_url">https://github.com/stylus/stylus</a><br />
<a href="https://github.com/stylus/nib" target="_blank" rel="noopener" class="mycode_url">https://github.com/stylus/nib</a><br />
<br />
Getting To Know Stylus<br />
<a href="https://www.sitepoint.com/getting-to-know-stylus/" target="_blank" rel="noopener" class="mycode_url">https://www.sitepoint.com/getting-to-know-stylus/</a><br />
<br />
Getting Started with Stylus<br />
<a href="https://blog.teamtreehouse.com/getting-started-stylus" target="_blank" rel="noopener" class="mycode_url">https://blog.teamtreehouse.com/getting-started-stylus</a><br />
<br />
/--<br />
<br />
<a href="https://github.com/kylekatarnls/stylus" target="_blank" rel="noopener" class="mycode_url">https://github.com/kylekatarnls/stylus</a><br />
<a href="https://github.com/AustP/Stylus.php" target="_blank" rel="noopener" class="mycode_url">https://github.com/AustP/Stylus.php</a><br />
<br />
/--<br />
<br />
Stylus Tutorials by LevelUpTuts :<br />
<a href="https://www.youtube.com/playlist?list=PLLnpHn493BHFWQGA1PcyQZWAfR96a4CkH" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/playlist?list=PL...AfR96a4CkH</a><br />
<a href="https://www.youtube.com/c/LevelUpTuts/featured" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/c/LevelUpTuts/featured</a><br />
<br />
/--]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Vue.js Developer resources]]></title>
			<link>https://ninjadmins.com/topic/vue-js-developer-resources</link>
			<pubDate>Sat, 16 Jan 2021 04:36:27 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://ninjadmins.com/member.php?action=profile&uid=1">Michael.Sentry</a>]]></dc:creator>
			<guid isPermaLink="false">https://ninjadmins.com/topic/vue-js-developer-resources</guid>
			<description><![CDATA[Learn More about Vue.js<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>The Progressive JavaScript Framework for building user interfaces</blockquote>
<br />
read_more<br />
<br />
<a href="https://vuejs.org/" target="_blank" rel="noopener" class="mycode_url">https://vuejs.org/</a><br />
<br />
--<br />
<br />
Introduction to vue 3 :<br />
<a href="https://v3.vuejs.org/guide/introduction.html" target="_blank" rel="noopener" class="mycode_url">https://v3.vuejs.org/guide/introduction.html</a><br />
<br />
--<br />
<br />
Follow the latest vue.js developments on Twitter :<br />
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/vuejs</a><br />
<br />
--<br />
<br />
Vue repos :<br />
<a href="https://github.com/vuejs" target="_blank" rel="noopener" class="mycode_url">https://github.com/vuejs</a><br />
<br />
--<br />
<br />
Awesome Vue.js Resources :<br />
<a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener" class="mycode_url">https://github.com/vuejs/awesome-vue</a><br />
<br />
--<br />
<br />
Vue3 JS Crash Course 2021 [ Traversy ]<br />
<a href="https://www.youtube.com/watch?v=qZXt1Aom3Cs" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=qZXt1Aom3Cs</a><br />
<br />
Source :<br />
<a href="https://github.com/bradtraversy/vue-crash-2021" target="_blank" rel="noopener" class="mycode_url">https://github.com/bradtraversy/vue-crash-2021</a><br />
<br />
--<br />
<br />
30 days of Vue by Hassan Djirdeh ( <a href="https://twitter.com/djirdehh" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/djirdehh</a> )<br />
Sign up to download the free pdf of 30 Days of Vue :<br />
<a href="https://www.newline.co/30-days-of-vue/" target="_blank" rel="noopener" class="mycode_url">https://www.newline.co/30-days-of-vue/</a><br />
<br />
Building a movie app interface with Vue.js<br />
<a href="https://hackernoon.com/building-a-movie-app-interface-with-vue-js-cdc8aeb5db0b" target="_blank" rel="noopener" class="mycode_url">https://hackernoon.com/building-a-movie-...c8aeb5db0b</a><br />
<br />
Let’s Build a Custom Vue.js Router<br />
<a href="https://hackernoon.com/lets-build-a-custom-vue-js-router-7de634be87c4" target="_blank" rel="noopener" class="mycode_url">https://hackernoon.com/lets-build-a-cust...e634be87c4</a><br />
<a href="https://github.com/djirdehh/pokemon-routing" target="_blank" rel="noopener" class="mycode_url">https://github.com/djirdehh/pokemon-routing</a><br />
<br />
--<br />
<br />
Vue Mastery :<br />
<a href="https://www.vuemastery.com/blog/" target="_blank" rel="noopener" class="mycode_url">https://www.vuemastery.com/blog/</a><br />
<br />
Intro To Vue | Free Course :<br />
<a href="https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3/" target="_blank" rel="noopener" class="mycode_url">https://www.vuemastery.com/courses/intro...o-to-vue3/</a><br />
<br />
Real World Vue 3 :<br />
<a href="https://www.vuemastery.com/courses/real-world-vue3/rwv3-orientation/" target="_blank" rel="noopener" class="mycode_url">https://www.vuemastery.com/courses/real-...ientation/</a><br />
<br />
--]]></description>
			<content:encoded><![CDATA[Learn More about Vue.js<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>The Progressive JavaScript Framework for building user interfaces</blockquote>
<br />
read_more<br />
<br />
<a href="https://vuejs.org/" target="_blank" rel="noopener" class="mycode_url">https://vuejs.org/</a><br />
<br />
--<br />
<br />
Introduction to vue 3 :<br />
<a href="https://v3.vuejs.org/guide/introduction.html" target="_blank" rel="noopener" class="mycode_url">https://v3.vuejs.org/guide/introduction.html</a><br />
<br />
--<br />
<br />
Follow the latest vue.js developments on Twitter :<br />
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/vuejs</a><br />
<br />
--<br />
<br />
Vue repos :<br />
<a href="https://github.com/vuejs" target="_blank" rel="noopener" class="mycode_url">https://github.com/vuejs</a><br />
<br />
--<br />
<br />
Awesome Vue.js Resources :<br />
<a href="https://github.com/vuejs/awesome-vue" target="_blank" rel="noopener" class="mycode_url">https://github.com/vuejs/awesome-vue</a><br />
<br />
--<br />
<br />
Vue3 JS Crash Course 2021 [ Traversy ]<br />
<a href="https://www.youtube.com/watch?v=qZXt1Aom3Cs" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=qZXt1Aom3Cs</a><br />
<br />
Source :<br />
<a href="https://github.com/bradtraversy/vue-crash-2021" target="_blank" rel="noopener" class="mycode_url">https://github.com/bradtraversy/vue-crash-2021</a><br />
<br />
--<br />
<br />
30 days of Vue by Hassan Djirdeh ( <a href="https://twitter.com/djirdehh" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/djirdehh</a> )<br />
Sign up to download the free pdf of 30 Days of Vue :<br />
<a href="https://www.newline.co/30-days-of-vue/" target="_blank" rel="noopener" class="mycode_url">https://www.newline.co/30-days-of-vue/</a><br />
<br />
Building a movie app interface with Vue.js<br />
<a href="https://hackernoon.com/building-a-movie-app-interface-with-vue-js-cdc8aeb5db0b" target="_blank" rel="noopener" class="mycode_url">https://hackernoon.com/building-a-movie-...c8aeb5db0b</a><br />
<br />
Let’s Build a Custom Vue.js Router<br />
<a href="https://hackernoon.com/lets-build-a-custom-vue-js-router-7de634be87c4" target="_blank" rel="noopener" class="mycode_url">https://hackernoon.com/lets-build-a-cust...e634be87c4</a><br />
<a href="https://github.com/djirdehh/pokemon-routing" target="_blank" rel="noopener" class="mycode_url">https://github.com/djirdehh/pokemon-routing</a><br />
<br />
--<br />
<br />
Vue Mastery :<br />
<a href="https://www.vuemastery.com/blog/" target="_blank" rel="noopener" class="mycode_url">https://www.vuemastery.com/blog/</a><br />
<br />
Intro To Vue | Free Course :<br />
<a href="https://www.vuemastery.com/courses/intro-to-vue-3/intro-to-vue3/" target="_blank" rel="noopener" class="mycode_url">https://www.vuemastery.com/courses/intro...o-to-vue3/</a><br />
<br />
Real World Vue 3 :<br />
<a href="https://www.vuemastery.com/courses/real-world-vue3/rwv3-orientation/" target="_blank" rel="noopener" class="mycode_url">https://www.vuemastery.com/courses/real-...ientation/</a><br />
<br />
--]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tailwind CSS Developer Resources]]></title>
			<link>https://ninjadmins.com/topic/tailwind-css-developer-resources</link>
			<pubDate>Tue, 12 Jan 2021 03:10:13 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://ninjadmins.com/member.php?action=profile&uid=1">Michael.Sentry</a>]]></dc:creator>
			<guid isPermaLink="false">https://ninjadmins.com/topic/tailwind-css-developer-resources</guid>
			<description><![CDATA[Lern more about Tailwind CSS.<br />
<br />
Working with Tailwind CSS. A utility-first CSS framework.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Tailwind is unapologetically modern, and takes advantage of the latest and greatest CSS features to make the developer experience as enjoyable as possible.</blockquote>
<br />
read_more<br />
<br />
--<br />
<br />
<a href="https://tailwindcss.com/" target="_blank" rel="noopener" class="mycode_url">https://tailwindcss.com/</a><br />
<a href="https://twitter.com/tailwindcss" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/tailwindcss</a><br />
<br />
--<br />
<br />
<a href="https://tailwindcomponents.com/" target="_blank" rel="noopener" class="mycode_url">https://tailwindcomponents.com/</a><br />
<a href="https://twitter.com/TwComponents" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/TwComponents</a><br />
<br />
--<br />
<br />
Tailwind CSS Crash Course [ Traversy ] :<br />
<a href="https://www.youtube.com/watch?v=UBOj6rqRUME" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=UBOj6rqRUME</a><br />
<br />
Tailwind CSS Tips, Tricks &amp; Best Practices [ Sam Selikoff ] :<br />
<a href="https://www.youtube.com/watch?v=nqNIy8HkEQ8" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=nqNIy8HkEQ8</a><br />
<br />
--<br />
<br />
Six Reasons Why You Should Start Using Tailwind CSS :<br />
<a href="https://codeburst.io/six-reasons-why-you-should-start-using-tailwind-css-402292c50a70" target="_blank" rel="noopener" class="mycode_url">https://codeburst.io/six-reasons-why-you...2292c50a70</a><br />
<br />
--<br />
<br />
Why Tailwind Isn't for Me :<br />
<a href="https://dev.to/jaredcwhite/why-tailwind-isn-t-for-me-5c90" target="_blank" rel="noopener" class="mycode_url">https://dev.to/jaredcwhite/why-tailwind-...or-me-5c90</a><br />
<br />
--<br />
<br />
Comments by Sergey Romanenko [ @AwilumIT ] <br />
<a href="https://twitter.com/AwilumIT/status/1351541677798862853" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/AwilumIT/status/1351541677798862853</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>After few hours of research "How to use Tailwind CSS for Extendable Admin Panel" I see that it is absolutely unusable for typical users, that want to install/uninstall plugins via Admin Panel interface.</blockquote>
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Tailwind CSS for users maintained project like Extendable Admin Panel was a wrong choice.</blockquote>
<br />
--]]></description>
			<content:encoded><![CDATA[Lern more about Tailwind CSS.<br />
<br />
Working with Tailwind CSS. A utility-first CSS framework.<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Tailwind is unapologetically modern, and takes advantage of the latest and greatest CSS features to make the developer experience as enjoyable as possible.</blockquote>
<br />
read_more<br />
<br />
--<br />
<br />
<a href="https://tailwindcss.com/" target="_blank" rel="noopener" class="mycode_url">https://tailwindcss.com/</a><br />
<a href="https://twitter.com/tailwindcss" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/tailwindcss</a><br />
<br />
--<br />
<br />
<a href="https://tailwindcomponents.com/" target="_blank" rel="noopener" class="mycode_url">https://tailwindcomponents.com/</a><br />
<a href="https://twitter.com/TwComponents" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/TwComponents</a><br />
<br />
--<br />
<br />
Tailwind CSS Crash Course [ Traversy ] :<br />
<a href="https://www.youtube.com/watch?v=UBOj6rqRUME" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=UBOj6rqRUME</a><br />
<br />
Tailwind CSS Tips, Tricks &amp; Best Practices [ Sam Selikoff ] :<br />
<a href="https://www.youtube.com/watch?v=nqNIy8HkEQ8" target="_blank" rel="noopener" class="mycode_url">https://www.youtube.com/watch?v=nqNIy8HkEQ8</a><br />
<br />
--<br />
<br />
Six Reasons Why You Should Start Using Tailwind CSS :<br />
<a href="https://codeburst.io/six-reasons-why-you-should-start-using-tailwind-css-402292c50a70" target="_blank" rel="noopener" class="mycode_url">https://codeburst.io/six-reasons-why-you...2292c50a70</a><br />
<br />
--<br />
<br />
Why Tailwind Isn't for Me :<br />
<a href="https://dev.to/jaredcwhite/why-tailwind-isn-t-for-me-5c90" target="_blank" rel="noopener" class="mycode_url">https://dev.to/jaredcwhite/why-tailwind-...or-me-5c90</a><br />
<br />
--<br />
<br />
Comments by Sergey Romanenko [ @AwilumIT ] <br />
<a href="https://twitter.com/AwilumIT/status/1351541677798862853" target="_blank" rel="noopener" class="mycode_url">https://twitter.com/AwilumIT/status/1351541677798862853</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>After few hours of research "How to use Tailwind CSS for Extendable Admin Panel" I see that it is absolutely unusable for typical users, that want to install/uninstall plugins via Admin Panel interface.</blockquote>
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Tailwind CSS for users maintained project like Extendable Admin Panel was a wrong choice.</blockquote>
<br />
--]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Best Online Color Tools]]></title>
			<link>https://ninjadmins.com/topic/best-online-color-tools</link>
			<pubDate>Thu, 07 Jan 2021 09:50:31 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://ninjadmins.com/member.php?action=profile&uid=1">Michael.Sentry</a>]]></dc:creator>
			<guid isPermaLink="false">https://ninjadmins.com/topic/best-online-color-tools</guid>
			<description><![CDATA[Online Color Tools Collection <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Finding the best color palette for your design has never been so easy. </blockquote>
<br />
Here's our growing list of the best color design tools you can find online.<br />
<br />
What tools do you use for creating color schemes ?<br />
Do you have any favourite online color tools not listed here ?<br />
<br />
read_more<br />
<br />
<a href="https://0to255.com" target="_blank" rel="noopener" class="mycode_url">https://0to255.com</a><br />
<br />
<a href="https://colormind.io" target="_blank" rel="noopener" class="mycode_url">https://colormind.io</a><br />
<br />
<a href="https://coolors.co" target="_blank" rel="noopener" class="mycode_url">https://coolors.co</a><br />
<br />
<a href="http://www.colourlovers.com" target="_blank" rel="noopener" class="mycode_url">http://www.colourlovers.com</a><br />
<br />
<a href="https://mdigi.tools/color-shades/" target="_blank" rel="noopener" class="mycode_url">https://mdigi.tools/color-shades/</a><br />
<br />
<a href="http://clrs.cc" target="_blank" rel="noopener" class="mycode_url">http://clrs.cc</a><br />
<br />
<a href="https://www.colorhexa.com" target="_blank" rel="noopener" class="mycode_url">https://www.colorhexa.com</a><br />
<br />
<a href="https://www.color-hex.com" target="_blank" rel="noopener" class="mycode_url">https://www.color-hex.com</a><br />
<br />
<a href="https://colorhunt.co" target="_blank" rel="noopener" class="mycode_url">https://colorhunt.co</a><br />
<br />
<a href="https://www.culrs.com" target="_blank" rel="noopener" class="mycode_url">https://www.culrs.com</a><br />
<br />
--<br />
<br />
LolColors<br />
<a href="https://www.webdesignrankings.com/resources/lolcolors/" target="_blank" rel="noopener" class="mycode_url">https://www.webdesignrankings.com/resources/lolcolors/</a><br />
<br />
--<br />
<br />
Khroma uses AI to learn which colors you like <br />
and creates limitless palettes for you to discover, search, and save.<br />
<br />
<a href="http://khroma.co/train/" target="_blank" rel="noopener" class="mycode_url">http://khroma.co/train/</a><br />
<br />
--<br />
<br />
<a href="https://www.pantone.com/color-finder" target="_blank" rel="noopener" class="mycode_url">https://www.pantone.com/color-finder</a><br />
<br />
--<br />
<br />
<a href="http://colorcop.net" target="_blank" rel="noopener" class="mycode_url">http://colorcop.net</a><br />
<a href="http://colorcop.net/screenshots/" target="_blank" rel="noopener" class="mycode_url">http://colorcop.net/screenshots/</a><br />
<a href="https://github.com/ColorCop/ColorCop" target="_blank" rel="noopener" class="mycode_url">https://github.com/ColorCop/ColorCop</a><br />
<br />
--]]></description>
			<content:encoded><![CDATA[Online Color Tools Collection <br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Finding the best color palette for your design has never been so easy. </blockquote>
<br />
Here's our growing list of the best color design tools you can find online.<br />
<br />
What tools do you use for creating color schemes ?<br />
Do you have any favourite online color tools not listed here ?<br />
<br />
read_more<br />
<br />
<a href="https://0to255.com" target="_blank" rel="noopener" class="mycode_url">https://0to255.com</a><br />
<br />
<a href="https://colormind.io" target="_blank" rel="noopener" class="mycode_url">https://colormind.io</a><br />
<br />
<a href="https://coolors.co" target="_blank" rel="noopener" class="mycode_url">https://coolors.co</a><br />
<br />
<a href="http://www.colourlovers.com" target="_blank" rel="noopener" class="mycode_url">http://www.colourlovers.com</a><br />
<br />
<a href="https://mdigi.tools/color-shades/" target="_blank" rel="noopener" class="mycode_url">https://mdigi.tools/color-shades/</a><br />
<br />
<a href="http://clrs.cc" target="_blank" rel="noopener" class="mycode_url">http://clrs.cc</a><br />
<br />
<a href="https://www.colorhexa.com" target="_blank" rel="noopener" class="mycode_url">https://www.colorhexa.com</a><br />
<br />
<a href="https://www.color-hex.com" target="_blank" rel="noopener" class="mycode_url">https://www.color-hex.com</a><br />
<br />
<a href="https://colorhunt.co" target="_blank" rel="noopener" class="mycode_url">https://colorhunt.co</a><br />
<br />
<a href="https://www.culrs.com" target="_blank" rel="noopener" class="mycode_url">https://www.culrs.com</a><br />
<br />
--<br />
<br />
LolColors<br />
<a href="https://www.webdesignrankings.com/resources/lolcolors/" target="_blank" rel="noopener" class="mycode_url">https://www.webdesignrankings.com/resources/lolcolors/</a><br />
<br />
--<br />
<br />
Khroma uses AI to learn which colors you like <br />
and creates limitless palettes for you to discover, search, and save.<br />
<br />
<a href="http://khroma.co/train/" target="_blank" rel="noopener" class="mycode_url">http://khroma.co/train/</a><br />
<br />
--<br />
<br />
<a href="https://www.pantone.com/color-finder" target="_blank" rel="noopener" class="mycode_url">https://www.pantone.com/color-finder</a><br />
<br />
--<br />
<br />
<a href="http://colorcop.net" target="_blank" rel="noopener" class="mycode_url">http://colorcop.net</a><br />
<a href="http://colorcop.net/screenshots/" target="_blank" rel="noopener" class="mycode_url">http://colorcop.net/screenshots/</a><br />
<a href="https://github.com/ColorCop/ColorCop" target="_blank" rel="noopener" class="mycode_url">https://github.com/ColorCop/ColorCop</a><br />
<br />
--]]></content:encoded>
		</item>
	</channel>
</rss>