Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Redux on Web Components using lit-element and no compilation (ESM)

Redux is independent of React and babel. They are not required to build an app. Quickly build an app, cut down all compitation time and publish it directly. Folder Structure index.html assets/ ├─ js/ …

How to setup StoryBook for React, Vue and Angular

Storybook is an excellent starting point to deliver a consistent design system for your project. It is available for most frameworks. Here we are covering three major JS frameworks. If you are starti…

CSS3 Variables for Web Component based CSS Framework

The variables are built on the basis of following pattern: S — Spacing C — Colors A — Animations R — Radii F — Fonts S — Shadows To understand further, please follow these two blogs: The …

A keyhole view on CSS Frameworks

Unlike JavaScript Framework, CSS Framework doesn't get the much-deserved attention from developers. The base reason is the pay scale. However, the essence of the web architecture of responsivene…

Wordpress + GIT + Docker SDLC Process for Professionals

WordPress is messy but when you consider the market share and community, it rather cannot be ignored. WordPress is special because of its community. I have seen people working on WordPress with thei…

Basic offline mode service worker on GitHub Pages

The given example is with reference from https://googlechrome.github.io/samples/service-worker/basic/. This is a simple guide to get start with service worker for your GitHub profile page. What does…

Developer's insight into UI and UX

User Experience (UX) and User Interface (UI) concepts comes into designers turf. The turf becomes grey when cost effectiveness comes in play for a project. In general, it is recommended for all fron…

Equilateral Triangle using SCSS

Simple Demo to create an Equilateral Triangle of Selective Size and Color See the Pen yeMvWw by Gaurav Panchal ( @grvpanchal ) on CodePen .

Create Login System with CodeIgniter MVC Model

Hello, I am a Core PHP programmer and currently learning MVC with codeigniter and bootstrap. So, don't expect some expert level stuff. So Let Begin. What the hell is MVC? I am not a reader as I …

Horizontal Expand/Collapse DIV

Suppose you have too much different category stuff on main webpage but not enough space to display and you want it horizonally,   liteAccordion is the solution. liteAccordion is developed by Nikki Hib…