{"id":23941291,"url":"https://github.com/reloadly/reloadly-ui","last_synced_at":"2025-04-12T13:40:52.118Z","repository":{"id":188502214,"uuid":"676611331","full_name":"Reloadly/reloadly-ui","owner":"Reloadly","description":"Reloadly UI - angular UI library for building powerful web apps","archived":false,"fork":false,"pushed_at":"2025-01-31T10:27:35.000Z","size":1668,"stargazers_count":5,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T23:35:19.435Z","etag":null,"topics":["angular","library","npm-package","ui","ui-components","uikit"],"latest_commit_sha":null,"homepage":"https://ui.reloadly.com","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/Reloadly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.MD","contributing":"CONTRIBUTING.MD","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-08-09T15:42:30.000Z","updated_at":"2025-01-31T10:27:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4a80223-a1f0-4dd5-b6b8-790253eb877d","html_url":"https://github.com/Reloadly/reloadly-ui","commit_stats":{"total_commits":149,"total_committers":10,"mean_commits":14.9,"dds":0.7046979865771812,"last_synced_commit":"15ae0373121d8807e5974095dd39d66e3f4de6d6"},"previous_names":["reloadly/reloadly-ui"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloadly%2Freloadly-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloadly%2Freloadly-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloadly%2Freloadly-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Reloadly%2Freloadly-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Reloadly","download_url":"https://codeload.github.com/Reloadly/reloadly-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248574333,"owners_count":21126994,"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":["angular","library","npm-package","ui","ui-components","uikit"],"created_at":"2025-01-06T04:14:11.080Z","updated_at":"2025-04-12T13:40:52.104Z","avatar_url":"https://github.com/Reloadly.png","language":"HTML","readme":"# ReloadlyUI\n\nAngular UI library for building rich UI experiences\n\n[![npm version](https://badge.fury.io/js/reloadly-ui.svg)](https://badge.fury.io/js/reloadly-ui)\n\nPlease check our [demo site](https://ui.reloadly.com) and the list of\n[issues](https://github.com/reloadly/reloadly-ui/issues) to see all the things we are working on. Feel free to make comments there.\n\n## Table of Contents\n\n- [Demo](#demo)\n- [Dependencies](#dependencies)\n- [Installation](#installation)\n- [Supported browsers](#supported-browsers)\n- [Getting help](#getting-help)\n- [Do you think you've found a bug?](#you-think-youve-found-a-bug)\n- [Contributing to the project](#contributing-to-the-project)\n- [Code of conduct](#code-of-conduct)\n\n## Demo\n\nPlease check all components we have in action at https://ui.reloadly.com\n\n## Dependencies\n\nThe only dependency is [Angular](https://angular.io).\nThe supported versions are:\n\n| reloadly-ui  | Angular |\n| ------------ | ------- |\n| 1.0.4        | 18.0.5  |\n\n## Installation\n\nJust run the following:\n\n```shell\nnpm install reloadly-ui\n```\n\nIt will install reloadly-ui for the default application specified in your `angular.json`.\nIf you have multiple projects and you want to target a specific application, you could specify the `--project` option:\n\n```shell\nnpm install reloadly-ui --project myProject\n```\n\n## Development\nTo run a local version of the library, and link it to your app, first run in the library:\n\n```shell\nnpm run build:dev\n```\nThen\n```shell\nnpm run build:scss:dev\n```\nThen in dist/reloadly-ui run:\n```shell\nnpm link\n```\nIn your Angular project's package.json, use\n```shell\n\"dependencies\": {\n    ...\n    \"reloadly-ui\": \"file:../reloadly-ui/dist/reloadly-ui\",\n    ...\n}\n```\n\nIn angular.json use \"preserveSymlinks\": true, and:\n```shell\n\"styles\": [\n    \"src/styles.scss\",\n    \"node_modules/reloadly-ui/styles/styles.css\"\n],\n```\n\nAfter installing dependencies (npm install), run:\n```shell\nnpm link reloadly-ui\n```\nor\n```shell\nnpm link reloadly-ui --force\n```\nThis will make Angular automatically rebuild your project when you modify this ui library. You might need to modify and save a component's style sheet file for global style files to be rebuilt.\n\n## Supported browsers\n\nWe support the same browsers and versions supported by Angular. See [Angular browser support](https://angular.io/guide/browser-support) for more details.\n\nOur code is automatically tested on all supported browsers.\n\n## Getting help\n\nPlease, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. For general support questions you can try StackOverflow and tag the question with the `reloadly-ui` tag.\n\n## Do you think you've found a bug?\n\nWe want to fix it ASAP! But before fixing a bug we need to reproduce and confirm it.\n\nWe ask you to respect two things:\n\n- fill the GitHub issue template by providing the bug description and appropriate versions of Angular, reloadly-ui and TypeScript\n- provide a use-case that fails with a **minimal reproduction scenario** using [StackBlitz](https://stackblitz.com)\n\nA minimal reproduction scenario allows us to quickly confirm a bug (or point out a coding problem) as well as confirm that we are fixing the right problem.\n\nInterestingly, from our experience users often find coding problems themselves while preparing a minimal StackBlitz. We understand that sometimes it might be hard to extract essential bits of code from a larger code-base but we really need to isolate the problem before we can fix it.\n\n## Contributing to the project\n\nPlease check [DEVELOPER.md](DEVELOPER.md) for documentation on running the project locally and [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.\n\n## Code of conduct\n\nPlease take a moment and read our [Code of Conduct](CODE_OF_CONDUCT.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloadly%2Freloadly-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freloadly%2Freloadly-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freloadly%2Freloadly-ui/lists"}