{"id":20060706,"url":"https://github.com/xhostcomweb/uikithtml","last_synced_at":"2026-03-07T05:06:26.362Z","repository":{"id":127410588,"uuid":"184468369","full_name":"xhostcomweb/uikithtml","owner":"xhostcomweb","description":"UIKit with specactular mobile nav","archived":false,"fork":false,"pushed_at":"2019-05-01T19:18:38.000Z","size":2525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T10:14:28.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/xhostcomweb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-05-01T19:16:34.000Z","updated_at":"2019-05-01T19:18:41.000Z","dependencies_parsed_at":"2023-08-16T08:48:01.744Z","dependency_job_id":null,"html_url":"https://github.com/xhostcomweb/uikithtml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xhostcomweb/uikithtml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fuikithtml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fuikithtml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fuikithtml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fuikithtml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xhostcomweb","download_url":"https://codeload.github.com/xhostcomweb/uikithtml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xhostcomweb%2Fuikithtml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T13:16:25.930Z","updated_at":"2026-03-07T05:06:26.344Z","avatar_url":"https://github.com/xhostcomweb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UIkit\n\nUIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.\n\n* [Homepage](http://getuikit.com) - Learn more about UIkit\n* [@getuikit](https://twitter.com/getuikit) - Get the latest buzz on Twitter\n* [Google+ Community](https://plus.google.com/communities/114238665434626719878) - Share news and latest work\n\nJoin our developer chat. We are online every work day between 8:00 and 18:00 UTC\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uikit/uikit)\n\nThis is a modified version of the original, uses extra styles etc, all files included.\n\nExample demo at https://satisfying-stocking.surge.sh/  and\n\n\n\n(nav ul menu items can be put on right with class uk-navbar-flip)\n\nTo be ported to Wordpress (or other ) theme.\n\n## Getting started\n\nYou have following options to get UIkit:\n\n- Download the [latest release](https://github.com/uikit/uikit/releases/latest)\n- Clone the repo, `git clone git://github.com/uikit/uikit.git`.\n- Install with [Bower](http://bower.io): ```bower install uikit```\n\nYou find the compiled UIkit distribution in its own [repo](https://github.com/uikit/bower-uikit).\n\n## Developers\n\nFirst of all, install [Node](http://nodejs.org/). We use [Gulp](http://gulpjs.com) to build UIkit. If you haven't used Gulp before, you need to install the `gulp` package as a global install.\n\n```\nnpm install --global gulp\n```\n\nIf you haven't done so already, clone the UIkit git repo.\n\n```\ngit clone git://github.com/uikit/uikit.git\n```\nInstall the Node dependencies.\n\n```\ncd uikit\nnpm install\n```\n\nRun `gulp` to lint, build and minify the release.\n\n```\ngulp [-t themename]\n```\n\nThe built version of UIkit will be put in the `/dist` subdirectory. Pass a theme name parameter to only build the specified theme.\n\n### Browsersync\n\n```\ngulp sync\n```\n\nAfter running `gulp sync` a new browser instance will open, pointing to the uikit folder - `http://localhost:3000/`. The browser window will reload anytime you modify a source file.\n\n### Custom prefix\n\nRun gulp with your own prefix parameter ```-p``` to have all classes and JavaScript files custom prefixed.\n\n```\ngulp -p myprefix\n```\n\n\n## Contributing\n\nUIkit follows the [GitFlow branching model](http://nvie.com/posts/a-successful-git-branching-model). The ```master``` branch always reflects a production-ready state while the latest development is taking place in the ```develop``` branch.\n\nEach time you want to work on a fix or a new feature, create a new branch based on the ```develop``` branch: ```git checkout -b BRANCH_NAME develop```. Only pull requests to the ```develop``` branch will be merged.\n\n## Versioning\n\nUIkit is maintained by using the [Semantic Versioning Specification (SemVer)](http://semver.org).\n\n## Browser Support\n\n![Chrome](https://raw.github.com/alrra/browser-logos/master/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/firefox/firefox_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/internet-explorer/internet-explorer_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/opera/opera_48x48.png)\n--- | --- | --- | --- | --- |\nLatest ??? | Latest ??? | 9+ ??? | 7.1+ ??? | Latest ??? |\n\n## Copyright and License\n\nCopyright [YOOtheme](http://www.yootheme.com) GmbH under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhostcomweb%2Fuikithtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxhostcomweb%2Fuikithtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxhostcomweb%2Fuikithtml/lists"}