{"id":18080366,"url":"https://github.com/chunrapeepat/acacia","last_synced_at":"2025-07-19T19:07:20.076Z","repository":{"id":102445973,"uuid":"119768181","full_name":"chunrapeepat/acacia","owner":"chunrapeepat","description":"📺 An Easy-to-use CSS UI KIT inspired by Microsoft Window 95","archived":false,"fork":false,"pushed_at":"2018-02-02T08:01:02.000Z","size":284,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T14:22:41.402Z","etag":null,"topics":["acacia","css-framework","css-ui","gulpfile","sass","scss","ui-components","uikit"],"latest_commit_sha":null,"homepage":"","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/chunrapeepat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-02-01T01:54:26.000Z","updated_at":"2024-08-22T01:23:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"52b6e90c-2c55-492f-9f76-7746cb3d684f","html_url":"https://github.com/chunrapeepat/acacia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chunrapeepat/acacia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chunrapeepat%2Facacia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chunrapeepat%2Facacia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chunrapeepat%2Facacia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chunrapeepat%2Facacia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chunrapeepat","download_url":"https://codeload.github.com/chunrapeepat/acacia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chunrapeepat%2Facacia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265992643,"owners_count":23860941,"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":["acacia","css-framework","css-ui","gulpfile","sass","scss","ui-components","uikit"],"created_at":"2024-10-31T13:07:28.352Z","updated_at":"2025-07-19T19:07:20.069Z","avatar_url":"https://github.com/chunrapeepat.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \t\u003cimg src=\"banner.png\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eAn Easy-to-use CSS UI KIT inspired by 📺 Microsoft Window 95\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/chunza2542/acacia/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\"\n      alt=\"License\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n## Feature Request \u0026 Issue\nCheckout this link https://github.com/chunza2542/acacia/issues,\n\n## Installation\nDownload `dist` folder to your project directory, then put this code inside you `head` tag.\n```html\n\u003clink rel=\"stylesheet\" href=\"path/to/your/acacia.min.css\"\u003e\n```\n### Example\nThis code showing an example of Copying Files panel\n```html\n\u003cdiv class=\"aca-panel\"\u003e\n    \u003cdiv class=\"header\"\u003eCopying Files...\u003c/div\u003e\n    \u003cdiv class=\"body\"\u003e\n      Source:\u003cbr\u003e\n      L:\\COMMON\\CLIENT32\\WIN95\\MAIN\u003cbr\u003e\n      Destination:\u003cbr\u003e\n      C:\\WINDOW\u003cbr\u003e\u003cbr\u003e\n      \u003cdiv class=\"aca-progress\"\u003e\n          \u003cdiv style=\"width: 35%;\" class=\"aca-progress-bar\"\u003e\u003c/div\u003e\n      \u003c/div\u003e\n      \u003cbr\u003e\n      \u003ccenter\u003e\n          \u003cbutton class=\"aca-button\"\u003eCancel\u003c/button\u003e\n      \u003c/center\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n## Documentation\n\n### Button\n- __aca-button__ - MS WIN95 Button class\n- __suggesstion__ - Suggestion Button\n- __aca-button-link__ - Button for Link Button or `link` tag\n```html\n\u003cbutton class=\"aca-button suggestion\"\u003eOK...\u003c/button\u003e\n\u003cbutton class=\"aca-button\"\u003eCancel...\u003c/button\u003e\n\u003cbutton class=\"aca-button\"\u003eBrowse...\u003c/button\u003e\n\u003cbutton class=\"aca-button-link\"\u003eOpen in browser\u003c/button\u003e\n```\n\n### Input\n- __aca-text-field__ - MS WIN95 Text Field class\n- __aca-select__ - MS WIN95 Select Input class\n- __aca-checkbox__ - MS WIN95 Checkbox Input class (Experiment)\n- __aca-radio__ - MS WIN95 Radio Input class (Experiment)\n```html\n\u003cinput type=\"text\" class=\"aca-text-field\" placeholder=\"Example...\"\u003e\n\n\u003cselect class=\"aca-select\"\u003e\n\t\u003coption value=\"\"\u003eBangkok\u003c/option\u003e\n \t\u003coption value=\"\"\u003eThis is a very long text\u003c/option\u003e\n\u003c/select\u003e\n```\n\n### Progress Bar\n- __aca-progress__ - MS WIN95 Progress Bar\n- __aca-progress-bar__ - Progress Bar use inside class `aca-progress`\n```html\n\u003cdiv class=\"aca-progress\"\u003e\n\t\u003cdiv style=\"width: 35%;\" class=\"aca-progress-bar\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\n### Panel\n- __aca-panel__ - MS WIN95 Panel Container\n- __header__ - Header Tab use inside class `aca-panel`\n- __body__ - Header Tab use inside class `aca-panel`\n- __footer__ - Footer Tab use inside class `body`\n```html\n\u003cdiv class=\"aca-panel\"\u003e\n    \u003cdiv class=\"header\"\u003eHeading\u003c/div\u003e\n    \u003cdiv class=\"body\"\u003e\n    \tSomething...\n\t\u003cdiv class=\"footer\"\u003e\n            \u003cbutton class=\"aca-button suggestion\"\u003eOK\u003c/button\u003e\n            \u003cbutton class=\"aca-button\"\u003eCancel\u003c/button\u003e\n            \u003cbutton class=\"aca-button\"\u003eBrowse...\u003c/button\u003e\n       \t\u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n\n## Contribution Guide\n1. Fork \u0026 clone this repository to your local directory\n```bash\ngit clone https://github.com/chunza2542/acacia.git\n```\n2. Run project in development environment\n```bash\nyarn dev # this will run gulp development task\n```\n3. After finish updating, Send pull request to this repo.\n4. That's it!\n\n\u003chr\u003e\nMade with 💖 by Chun Rapeepat @chunza2542, Codebase from https://github.com/BioMaRu/biomatic, Thank.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchunrapeepat%2Facacia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchunrapeepat%2Facacia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchunrapeepat%2Facacia/lists"}