{"id":13933059,"url":"https://github.com/asmcss/assembler","last_synced_at":"2025-07-19T16:32:34.161Z","repository":{"id":41116394,"uuid":"328906965","full_name":"asmcss/assembler","owner":"asmcss","description":"A modern UI framework","archived":false,"fork":false,"pushed_at":"2022-04-15T13:53:41.000Z","size":897,"stargazers_count":216,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-11T12:46:58.402Z","etag":null,"topics":["css-framework","design-system","jit","just-in-time","ui","utility-first"],"latest_commit_sha":null,"homepage":"https://asmcss.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asmcss.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-01-12T07:31:41.000Z","updated_at":"2024-09-19T01:13:57.000Z","dependencies_parsed_at":"2022-08-02T23:46:22.587Z","dependency_job_id":null,"html_url":"https://github.com/asmcss/assembler","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmcss%2Fassembler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmcss%2Fassembler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmcss%2Fassembler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmcss%2Fassembler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asmcss","download_url":"https://codeload.github.com/asmcss/assembler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226643939,"owners_count":17662968,"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","design-system","jit","just-in-time","ui","utility-first"],"created_at":"2024-08-07T21:01:31.984Z","updated_at":"2024-11-26T23:30:55.913Z","avatar_url":"https://github.com/asmcss.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003chr\u003e\n\u003cdiv align=center\u003e\u003ch1\u003eAssembler CSS\u003c/h1\u003e\u003c/div\u003e\n\u003cdiv align=center\u003e\u003ca href=\"https://asmcss.com/\"\u003e\u003cimg width=600 src=\"https://d33wubrfki0l68.cloudfront.net/ad1ed8ef193a228e69394c846992f7a612cc0210/abc1a/assets/img/hero.png\" alt=\"Call to action image\"/\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cdiv align=center\u003e\u003ci\u003e\u003ca href=\"https://asmcss.com/docs/1.x/\"\u003eDocs\u003c/a\u003e — \u003ca href=\"https://twitter.com/asmcss\"\u003eTwitter\u003c/a\u003e — \u003ca href=\"https://asmcss.com/docs/1.x/#usage\"\u003eInstallation\u003c/a\u003e\u003c/i\u003e\u003c/div\u003e\n\u003cdiv align=center\u003e\u003ci\u003e\u003ch4\u003eJust-in-time CSS, unlimited possibilities\u003c/h4\u003e\u003c/i\u003e\u003c/div\u003e\n\u003chr\u003e\n\nAssembler CSS is a highly performant utility-first framework that allows you to quickly prototype and build modern \nwebsites and UI components without the need to install and maintain complex software.\n\n## Usage\n\nIncorporating Assembler CSS within your project is a trivial task. \nJust add a `script` tag before the `head` closing tag, and you are good to go!\n\n```html\n\u003cscript src=\"https://unpkg.com/@asmcss/assembler\"\u003e\u003c/script\u003e\n```\n\nNow you are ready to try out Assembler CSS and write your first UI component.\n\n```html\n\u003cdiv x-style=\"max-w:80; mx:auto; radius:md; e:2; e.hover:4; transition:all 0.25s; cursor:pointer\"\u003e\n    \u003cimg x-style=\"block; max-w:100%; w:100%; h:auto; radius-top:md\" src=\"https://images.unsplash.com/photo-1512621776951-a57141f2eefd?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D\u0026ixlib=rb-1.2.1\u0026auto=format\u0026fit=crop\u0026w=640\u0026q=80\"\u003e\n    \u003cdiv x-style=\"p:4\"\u003e\n        \u003cdiv x-style=\"text:lg; color:black; font-weight:700\"\u003eFresh veggies\u003c/div\u003e\n        \u003cdiv x-style=\"text:sm; color:silver; font-weight:400\"\u003e600g\u003c/div\u003e\n        \u003cp x-style=\"pt:4\"\u003e\n            Any veggie can belong on your menu, so choose what you love and use the rest\n            for future meals and snacks you can enjoy in flavorful ways.\n        \u003c/p\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\n\n## Documentation\n\nThe full documentation for Assembler CSS can be found [here][documentation].\n\n## Installation\n\nYou could also install Assembler CSS as an npm package by issuing the following command:\n\n```shell\nnpm install @asmcss/assembler\n```\n\nOr, if you are a Yarn user\n\n```shell\nyarn add @asmcss/assembler\n```\n\n## License\n\nAssembler CSS is licensed under the permissive [Apache License, Version 2.0][apache_license].\n\n## Browser support\n\nAssembler CSS is designed to run on the latest stable versions of all the major browsers: \nChrome, Edge, Firefox, and Safari. We do not support any version of IE.\n\nWe have conducted intensive manual testing on the following operating systems and browsers:\n\n- Ubuntu Linux 20.04: Chrome and Firefox\n- Windows 10: Edge, Chrome, and Firefox\n- MacOS Big Sur: Safari, Chrome, Edge, and Firefox\n- Android (tablet and mobile): Chrome\n- iOS 14 (tablet and mobile): Safari and Chrome\n\n## Road to v1.0.0\n\n- [x] Basic functionalities\n- [x] Add support for states\n- [x] Add support for scopes\n- [x] Add support for mixins\n- [x] Add support for custom selector attribute\n- [x] Add support for custom elements\n- [ ] Add automated tests, so we can make sure we don’t mess up things in future releases\n- [ ] Cleanup \u0026 prepare stable releases\n\n\n[apache_license]: https://www.apache.org/licenses/LICENSE-2.0 \"Apache License\"\n[documentation]: https://asmcss.com/docs/1.x/ \"Assembler CSS documentation\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmcss%2Fassembler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmcss%2Fassembler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmcss%2Fassembler/lists"}