{"id":19354635,"url":"https://github.com/quarkgui/quarkgui","last_synced_at":"2025-04-23T08:31:51.745Z","repository":{"id":58245190,"uuid":"59941241","full_name":"quarkGUI/quarkGUI","owner":"quarkGUI","description":":art: A webpack GUI framework based on atomic design","archived":false,"fork":false,"pushed_at":"2019-02-10T18:08:42.000Z","size":8267,"stargazers_count":5,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T16:11:22.151Z","etag":null,"topics":["atomic","framework","front-end","gui","gui-template","gui-toolkit","js","responsive","sass","typescript","web","webpack"],"latest_commit_sha":null,"homepage":"https://quarkGUI.github.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quarkGUI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-29T12:09:27.000Z","updated_at":"2023-04-02T20:43:47.000Z","dependencies_parsed_at":"2022-08-30T22:52:23.681Z","dependency_job_id":null,"html_url":"https://github.com/quarkGUI/quarkGUI","commit_stats":null,"previous_names":[],"tags_count":213,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkGUI%2FquarkGUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkGUI%2FquarkGUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkGUI%2FquarkGUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarkGUI%2FquarkGUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quarkGUI","download_url":"https://codeload.github.com/quarkGUI/quarkGUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250399503,"owners_count":21424194,"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":["atomic","framework","front-end","gui","gui-template","gui-toolkit","js","responsive","sass","typescript","web","webpack"],"created_at":"2024-11-10T05:02:52.066Z","updated_at":"2025-04-23T08:31:51.735Z","avatar_url":"https://github.com/quarkGUI.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quarkGUI\n\n[![Build Status](https://travis-ci.org/quarkGUI/quarkGUI.svg?branch=master)](https://travis-ci.org/quarkGUI/quarkGUI)\n[![npm version](https://badge.fury.io/js/quark-gui.svg)](https://badge.fury.io/js/quark-gui)\n[![Bower version](https://badge.fury.io/bo/quark-gui.svg)](https://badge.fury.io/bo/quark-gui)\n\nWebpack GUI framework based on atomic design\n\n## Clone or install quarkGUI\n### Clone:\n- Clone the repository: `git clone https://github.com/quarkGUI/quarkGUI.git`\n\n### Install:\n- Install with [npm](https://www.npmjs.com): `npm install quark-gui`\n- Install with [yarn](https://github.com/yarnpkg/yarn): `yarn add quark-gui`\n- Install with [Bower](https://bower.io): `bower install quark-gui`\n\n- After installation copy file with Sass variables: `cp -r node_modules/quark-gui/setup/** ./`\n\n## Run with development environment\n\n```\nnpm run dev\n```\n\n## Build for production\n```\nnpm run build\n```\n\n## Modules\n### Atoms\n- Buttons\n  - [Action button](src/modules/00-atoms/buttons/action-button.md)\n  - [Button](src/modules/00-atoms/buttons/button.md)\n  - [Toggle button](src/modules/00-atoms/buttons/toggle-button.md)\n- Form elements\n  - [Checkbox](src/modules/00-atoms/form-elements/checkbox.md)\n  - [Input field](src/modules/00-atoms/form-elements/input-field.md)\n  - [Radio button](src/modules/00-atoms/form-elements/radio-button.md)\n  - [Select list](src/modules/00-atoms/form-elements/select-list.md)\n- Media\n  - [Image](src/modules/00-atoms/media/image.md)\n- Sections\n  - [Grid item](src/modules/00-atoms/sections/grid-item.md)\n\n### Molecules\n- Buttons\n  - [Button row](src/modules/01-molecules/buttons/button-row.md)\n- Form elements\n  - [Checkbox](src/modules/01-molecules/form-elements/checkbox.md)\n  - [Date picker](src/modules/01-molecules/form-elements/date-picker.md)\n  - [Input field](src/modules/01-molecules/form-elements/input-field.md)\n  - [Radio button](src/modules/01-molecules/form-elements/radio-button.md)\n  - [Select list](src/modules/01-molecules/form-elements/select-list.md)\n- Lists\n  - [Dragable list](src/modules/01-molecules/lists/dragable-list.md)\n  - [List item](src/modules/01-molecules/lists/list-item.md)\n- Menus\n  - [Action bar menu](src/modules/01-molecules/menus/action-bar-menu.md)\n- Messaging\n  - [Modal](src/modules/01-molecules/messaging/modal.md)\n- Navigation\n  - [Breadcrumbs](src/modules/01-molecules/navigation/breadcrumbs.md)\n  - [List navigation](src/modules/01-molecules/navigation/list-navigation.md)\n  - [Primary navigation](src/modules/01-molecules/navigation/primary-navigation.md)\n  - [Sidebar navigation](src/modules/01-molecules/navigation/sidebar-navigation.md)\n- Sections\n  - [Grid](src/modules/01-molecules/sections/grid.md)\n\n### Organisms\n- Cards\n  - [Card](src/modules/02-organisms/cards/card.md)\n- Global\n  - [Footer](src/modules/02-organisms/global/footer.md)\n  - [Header](src/modules/02-organisms/global/header.md)\n  - [Sidebar](src/modules/02-organisms/global/sidebar.md)\n- Lists\n  - [List](src/modules/02-organisms/menus/list.md)\n- Menus\n  - [Action bar](src/modules/02-organisms/menus/action-bar.md)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkgui%2Fquarkgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquarkgui%2Fquarkgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarkgui%2Fquarkgui/lists"}