{"id":18841669,"url":"https://github.com/subvisual/blue","last_synced_at":"2026-01-30T13:30:20.028Z","repository":{"id":149234114,"uuid":"36071596","full_name":"subvisual/blue","owner":"subvisual","description":"Subvisual's UI Kit","archived":false,"fork":false,"pushed_at":"2018-04-12T13:05:58.000Z","size":198,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-30T10:44:59.197Z","etag":null,"topics":[],"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/subvisual.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2015-05-22T12:39:13.000Z","updated_at":"2018-04-12T13:05:46.000Z","dependencies_parsed_at":"2023-04-11T21:26:22.401Z","dependency_job_id":null,"html_url":"https://github.com/subvisual/blue","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fblue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fblue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fblue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subvisual%2Fblue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subvisual","download_url":"https://codeload.github.com/subvisual/blue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239780122,"owners_count":19695734,"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":[],"created_at":"2024-11-08T02:52:08.191Z","updated_at":"2026-01-30T13:30:19.994Z","avatar_url":"https://github.com/subvisual.png","language":"CSS","readme":"# Blue\n\nSubvisual's UI Kit.\n\n## Install\n\n### Via git submodule\n\nCreate the submodule's directory:\n\n```bash\n$ git submodule add git@github.com:groupbuddies/blue.git vendor/blue\n```\n\nAdd the submodule to sprockets (optional):\n\n**Middleman**\n\n```ruby\n# config.rb\nafter_configuration do\n  %w(javascripts stylesheets images).each do |dir|\n    sprockets.append_path File.join \"#{root}\", \"vendor/blue/#{dir}\"\n  end\nend\n```\n\n**Rails**\n\n```ruby\n# config/initliazers/assets.rb\n\n%w(javascripts stylesheets images).each do |dir|\n  Rails.application.config.assets.paths \u003c\u003c Rails.root.join('vendor, 'assets, 'blue', dir)\nend\n```\n\n### Via pre-compiled distributables\n\nA pre-compiled version exists under `dist/`, with normal and minified versions of the CSS and JS libraries.\n\nYou can import them directly using the following URLs:\n\n```\nhttps://raw.githubusercontent.com/subvisual/blue/master/dist/blue.css\nhttps://raw.githubusercontent.com/subvisual/blue/master/dist/blue.js\n```\n\n## Usage\n\nRegular git submodule usage. Learn about it [here](https://chrisjean.com/git-submodules-adding-using-removing-and-updating/).\n\n### Navbar Images\n\nTo load the logo in the navbar you need to setup the following variables before including blue.\n\n```\n$NavLogo-mobile-colored: image-path('blue/subvisual_logo_no_name.svg');\n$NavLogo-mobile-mono: image-path('blue/subvisual_logo_mono_no_name.svg');\n$NavLogo-desktop-colored: image-path('blue/subvisual_logo_with_name.svg');\n$NavLogo-desktop-mono: image-path('blue/subvisual_logo_mono_with_name.svg');\n\n@import 'blue';\n```\n\nNote the `image-path`, this is an example using sprockets. You must change the value to match your setup.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubvisual%2Fblue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubvisual%2Fblue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubvisual%2Fblue/lists"}