All Projects → neomorphism → neomo

neomorphism / neomo

Licence: MIT license
Neomorphism(neumorphism) Design Framework Open Source

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to neomo

Test-Bank
Interview preparation and practice problems
Stars: ✭ 43 (+13.16%)
Mutual labels:  front-end
frontend-tools
Links to front-end development tools
Stars: ✭ 143 (+276.32%)
Mutual labels:  front-end
js-course-2018
Репозиторій з курсів «Front-end» та «NodeJS» проекту Masters Academy
Stars: ✭ 12 (-68.42%)
Mutual labels:  front-end
web-front-end-rss
📙 根据 RSS 抓取最新前端技术文章,来源:前端早读课、前端大全、前端之巅、淘宝前端、张鑫旭博客、凹凸实验室等
Stars: ✭ 24 (-36.84%)
Mutual labels:  front-end
herz-ui
herz-ui.micromed.io/
Stars: ✭ 14 (-63.16%)
Mutual labels:  front-end
neumorphic-measurement-concept-flutter
Тeumorphic measurement Concept is a promo sample application inspired by
Stars: ✭ 24 (-36.84%)
Mutual labels:  neomorphism
composer-asset-compiler
Composer plugin that installs dependencies and compiles assets based on configuration.
Stars: ✭ 19 (-50%)
Mutual labels:  front-end
frontend-starter-kit-with-gulp
Frontend Starter Kit with Gulp for either Themeforest Projects or customizable projects.
Stars: ✭ 34 (-10.53%)
Mutual labels:  front-end
soft-ui
[WIP]🎨 Soft UI - Open source design tool for generating soft (neumorphic) shadows.
Stars: ✭ 18 (-52.63%)
Mutual labels:  neumorphism
Frontend-StarterKit
Frontend StarterKit - [Gulp 4, Pug, SCSS, ES6+]
Stars: ✭ 13 (-65.79%)
Mutual labels:  front-end
frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (-26.32%)
Mutual labels:  front-end
frontend-tips
Super tiny, quick tips, tricks and best practices of front-end development
Stars: ✭ 511 (+1244.74%)
Mutual labels:  front-end
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-52.63%)
Mutual labels:  front-end
webpack-system-register
A webpack plugin that wraps your bundle in a System.register
Stars: ✭ 35 (-7.89%)
Mutual labels:  front-end
balm
🃏 An universal Front-End workflow for webapps
Stars: ✭ 26 (-31.58%)
Mutual labels:  front-end
flot
no database CMS, written in PHP, supports themes, soon plugins, and flexible taxonomies (data types) . Hybrid static/dynamic CMS that's cached by default. Runs on anything with PHP. Still in development, but fairly stable.
Stars: ✭ 44 (+15.79%)
Mutual labels:  front-end
front-end-interview
🌈 2023 前端面试题 + 知识库汇总,你值得拥有~
Stars: ✭ 93 (+144.74%)
Mutual labels:  front-end
MetropolisLauncher
A data-heavy Emulation & Gaming front-end for Windows
Stars: ✭ 35 (-7.89%)
Mutual labels:  front-end
resume
👦 个人简历模板
Stars: ✭ 35 (-7.89%)
Mutual labels:  front-end
ta-gallery
You can use the light-weight, responsive and mobile first gallery, carousel, slide show or rotator for images, texts and every kind of content.
Stars: ✭ 87 (+128.95%)
Mutual labels:  front-end

GitHub stars GitHub issues GitHub forks GitHub license npm version Downloads Downloads

Neomorphism Design Framework Open Source

Features

  • Neomorphism design is a design language that makes the distinction between objects and backgrounds only shadowed, giving them a voluminous and vivid feeling of life.
  • The distinction between objects and backgrounds is distinguished only by shadows and light, not by color tea, giving a round and smooth impression. Overall, the UI is lively, and this is tactile beyond simple graphics.

Table of content

Getting Started

CDN via JsDelivr

  • CSS
<link
  href="https://cdn.jsdelivr.net/npm/[email protected]/dist/neomo.min.css"
  rel="stylesheet"
/>
  • JS
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/neomo.min.js"></script>

NPM/YARN Package

npm install neomo

or

yarn add neomo

What's included

neomo/
├── css/
│   ├── components/
│   │   ├── alert.css
│   │   ├── badge.css
│   │   ├── breadcrumb.css
│   │   ├── button.css
│   │   ├── card.css
│   │   ├── dropdown.css
│   │   ├── icon.css
│   │   ├── modal.css
│   │   ├── navbar.css
│   │   ├── navigation.css
│   │   ├── pagination.css
│   │   ├── progressbar.css
│   │   ├── select.css
│   │   ├── spinners.css
│   │   ├── tab.css
│   │   ├── toast.css
│   │   └── tooltips.css
│   │
│   ├── content/
│   │   └── table.css
│   │
│   ├── forms/
│   │   ├── checkbox.css
│   │   ├── file.css
│   │   ├── floatinglabel.css
│   │   ├── input.css
│   │   ├── radio.css
│   │   ├── range.css
│   │   └── switches.css
│   │
│   ├── helpers/
│   │   ├── coloredLinks.css
│   │   └── typography.css
│   │
│   ├── layout/
│   │   ├── columns.css
│   │   └── container.css
│   │
│   ├── color.css
│   └── neomo.css
│
├── dist/
│   ├── neomo.min.css
│   └── neomo.min.js
│
└── js/
    └── neomo.js

Homepage (Docs)

NEOMO UI Sample

Example

neomo logo neomo logo
neomo logo neomo logo

Template

Example

neomo logo neomo logo
neomo logo neomo logo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].