{"id":24189280,"url":"https://github.com/neomorphism/neomo","last_synced_at":"2025-09-21T12:33:17.872Z","repository":{"id":53464596,"uuid":"345653734","full_name":"neomorphism/neomo","owner":"neomorphism","description":"Neomorphism(neumorphism) Design Framework Open Source","archived":false,"fork":false,"pushed_at":"2022-08-21T07:33:07.000Z","size":267,"stargazers_count":45,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-28T23:55:09.934Z","etag":null,"topics":["css","framework","front-end","frontend","neomo","neomo-ui","neomorphism","neumorphism","ui","web"],"latest_commit_sha":null,"homepage":"https://neomo-ui.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neomorphism.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-08T12:47:51.000Z","updated_at":"2024-11-25T23:27:18.000Z","dependencies_parsed_at":"2022-09-09T06:50:07.229Z","dependency_job_id":null,"html_url":"https://github.com/neomorphism/neomo","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomorphism%2Fneomo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomorphism%2Fneomo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomorphism%2Fneomo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neomorphism%2Fneomo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neomorphism","download_url":"https://codeload.github.com/neomorphism/neomo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233754673,"owners_count":18725044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","framework","front-end","frontend","neomo","neomo-ui","neomorphism","neumorphism","ui","web"],"created_at":"2025-01-13T14:24:15.773Z","updated_at":"2025-09-21T12:33:12.475Z","avatar_url":"https://github.com/neomorphism.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub stars](https://img.shields.io/github/stars/neomorphism/neomo)](https://github.com/neomorphism/neomo/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/neomorphism/neomo)](https://github.com/neomorphism/neomo/issues)\n[![GitHub forks](https://img.shields.io/github/forks/neomorphism/neomo)](https://github.com/neomorphism/neomo/network)\n[![GitHub license](https://img.shields.io/github/license/neomorphism/neomo)](https://github.com/neomorphism/neomo/blob/main/LICENSE)\n[![npm version](https://img.shields.io/npm/v/neomo)](https://www.npmjs.com/package/neomo)\n\u003ca href=\"https://www.npmjs.com/package/neomo\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/dt/neomo.svg\" alt=\"Downloads\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/neomo\"\u003e\n\u003cimg src=\"https://img.shields.io/npm/dm/neomo.svg\" alt=\"Downloads\"\u003e\n\u003c/a\u003e\n[![](https://data.jsdelivr.com/v1/package/npm/neomo/badge)](https://www.jsdelivr.com/package/npm/neomo)\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://neomo-ui.com/\"\u003e\n    \u003cimg src=\"https://neomo-ui.com/mainlogo.png\" alt=\"neomo logo\" width=\"350\" height=\"350\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003e Neomorphism Design Framework Open Source\n\n# Features\n\n- 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.\n- 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.\n\n# Table of content\n\n- [Getting Started](#getting-started)\n- [What's included](#whats-included)\n- [Homepage (Docs)](#homepage-docs)\n- [NEOMO UI Sample](#neomo-ui-sample)\n- [Template](#template)\n\n# Getting Started\n\n## CDN via JsDelivr\n\n- CSS\n\n```html\n\u003clink\n  href=\"https://cdn.jsdelivr.net/npm/neomo@2.1.0/dist/neomo.min.css\"\n  rel=\"stylesheet\"\n/\u003e\n```\n\n- JS\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/neomo@2.1.0/dist/neomo.min.js\"\u003e\u003c/script\u003e\n```\n\n## NPM/YARN Package\n\n```\nnpm install neomo\n\nor\n\nyarn add neomo\n```\n\n# What's included\n\n```text\nneomo/\n├── css/\n│   ├── components/\n│   │   ├── alert.css\n│   │   ├── badge.css\n│   │   ├── breadcrumb.css\n│   │   ├── button.css\n│   │   ├── card.css\n│   │   ├── dropdown.css\n│   │   ├── icon.css\n│   │   ├── modal.css\n│   │   ├── navbar.css\n│   │   ├── navigation.css\n│   │   ├── pagination.css\n│   │   ├── progressbar.css\n│   │   ├── select.css\n│   │   ├── spinners.css\n│   │   ├── tab.css\n│   │   ├── toast.css\n│   │   └── tooltips.css\n│   │\n│   ├── content/\n│   │   └── table.css\n│   │\n│   ├── forms/\n│   │   ├── checkbox.css\n│   │   ├── file.css\n│   │   ├── floatinglabel.css\n│   │   ├── input.css\n│   │   ├── radio.css\n│   │   ├── range.css\n│   │   └── switches.css\n│   │\n│   ├── helpers/\n│   │   ├── coloredLinks.css\n│   │   └── typography.css\n│   │\n│   ├── layout/\n│   │   ├── columns.css\n│   │   └── container.css\n│   │\n│   ├── color.css\n│   └── neomo.css\n│\n├── dist/\n│   ├── neomo.min.css\n│   └── neomo.min.js\n│\n└── js/\n    └── neomo.js\n\n```\n\n# Homepage (Docs)\n\n- URL : https://neomo-ui.com\n\n# NEOMO UI Sample\n\n- URL : https://neomorphism.github.io/\n\n## Example\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://neomo-ui.com/template1.png\" alt=\"neomo logo\" width=\"340\" height=\"340\"\u003e\n\u003cimg src=\"https://neomo-ui.com/template2.png\" alt=\"neomo logo\" width=\"340\" height=\"340\"\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://neomo-ui.com/template3.png\" alt=\"neomo logo\" width=\"340\" height=\"340\"\u003e\n\u003cimg src=\"https://neomo-ui.com/template4.png\" alt=\"neomo logo\" width=\"340\" height=\"340\"\u003e\n\u003c/div\u003e\n\n# Template\n\n- URL :https://neomorphism.github.io/template/\n\n## Example\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://neomorphism.github.io/template/landing.png\" alt=\"neomo logo\" width=\"340\" height=\"210\"\u003e\n\u003cimg src=\"https://neomorphism.github.io/template/portfolio.png\" alt=\"neomo logo\" width=\"340\" height=\"210\"\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://neomorphism.github.io/template/sign-in.png\" alt=\"neomo logo\" width=\"340\" height=\"210\"\u003e\n\u003cimg src=\"https://neomorphism.github.io/template/shop.png\" alt=\"neomo logo\" width=\"340\" height=\"210\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomorphism%2Fneomo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneomorphism%2Fneomo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneomorphism%2Fneomo/lists"}