{"id":14967188,"url":"https://github.com/iamaravinds/golem-components","last_synced_at":"2026-01-24T21:16:26.236Z","repository":{"id":62111855,"uuid":"557882920","full_name":"iamaravinds/golem-components","owner":"iamaravinds","description":"A Library of components for a full fledged Web development for Vue3","archived":false,"fork":false,"pushed_at":"2022-11-10T04:16:16.000Z","size":49,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-25T12:21:22.536Z","etag":null,"topics":["components-library","golem","library","vue3","vue3-components"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamaravinds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-26T13:37:16.000Z","updated_at":"2023-01-13T18:23:18.000Z","dependencies_parsed_at":"2022-10-26T15:45:17.702Z","dependency_job_id":null,"html_url":"https://github.com/iamaravinds/golem-components","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaravinds%2Fgolem-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaravinds%2Fgolem-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaravinds%2Fgolem-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamaravinds%2Fgolem-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamaravinds","download_url":"https://codeload.github.com/iamaravinds/golem-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239195067,"owners_count":19598032,"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":["components-library","golem","library","vue3","vue3-components"],"created_at":"2024-09-24T13:37:35.696Z","updated_at":"2026-01-24T21:16:26.192Z","avatar_url":"https://github.com/iamaravinds.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golem Components\nA Library of components for a full fledged Web development\n\n\u003e Golem Components support only for Vue 3.\n\n\n## Prerequisites\n\nThis project requires NodeJS (version 14 or later) and a Vue 3.\n[Node](http://nodejs.org/) and [NPM](https://npmjs.org/) are really easy to install.\n\n\n## Table of contents\n\n- [Project Name](#golem-components)\n  - [Prerequisites](#prerequisites)\n  - [Table of contents](#table-of-contents)\n  - [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Usage](#usage)\n    - [Registering with the app](#registering-with-the-app)\n  - [Contributing](#contributing)\n  - [Authors](#authors)\n  - [Built With](#built-with)\n  - [License](#license)\n\n## Getting Started\n\nGolem is an awesome library which is at seed level now. The goel is to roll over the web app like a golem to build robust strong components.\n\n## Installation\n\n**BEFORE YOU INSTALL:** please read the [prerequisites](#prerequisites)\n\nInstall Golem Components in your application:\n\nUsing npm\n```sh\n$ npm i golem-components\n```\nUsing yarn\n```sh\n$ yarn add golem-components\n```\n\n## Usage\n\n### Registering with the app\n\nmain.js\n```js \nimport GolemComponents from 'golem-components';\nimport 'golem-components/dist/style.css';\n\nimport App from './App.vue';\n\nconst app = createApp(App);\n\napp.use(GolemComponents);\n\napp.mount('#app');\n\n```\n\n### Using the components\nJust start using the components here and thats it!!!!\n\nApp.vue\n```html \n\u003cGButton\u003eClick me 🐷\u003c/GButton\u003e\n\n\u003cGButton expanded\u003eI am Fat 🐷\u003c/GButton\u003e\n\n\u003cGInput /\u003e\n\n\u003cGInput placeholder='Secret here!! 🤫' type=\"password\" /\u003e\n\n\u003cGSearch\n@search='alertItem'\n/\u003e\n\n\u003cGSearch\n  :category=\"[\n    'Pokemon',\n    'Dragon Ball Z',\n    'Naruto',\n  ]\"\n  @search='alertItem'\n/\u003e\n```\n\n## Contributing\n\n1.  Fork it on [github](https://github.com/iamaravinds/golem-components)!\n2.  Create your feature branch: `git checkout -b my-new-component`\n3.  Add your changes: `git add .`\n4.  Commit your changes: `git commit -am 'New component with details'`\n5.  Push to the branch: `git push origin my-new-component`\n6.  Submit a pull request :sunglasses:\n## Authors\n\n* **Aravind S** - *Initial work* - [iamaravinds](https://github.com/iamaravinds)\n\nSee also the list of [contributors](https://github.com/iamaravinds/golem-components/graphs/contributors) who participated in this project.\n## Built With\n\n* [Vue 3](https://vuejs.org/)\n* [Tailwind CSS](https://tailwindcss.com/)\n* [VS Code](https://code.visualstudio.com/)\n* and Love ❤️\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamaravinds%2Fgolem-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamaravinds%2Fgolem-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamaravinds%2Fgolem-components/lists"}