{"id":15289191,"url":"https://github.com/zachhardesty7/semantic-styled-ui","last_synced_at":"2025-04-13T09:06:34.417Z","repository":{"id":34174445,"uuid":"171226109","full_name":"zachhardesty7/semantic-styled-ui","owner":"zachhardesty7","description":"set of UI components based off Semantic UI with Styled Components","archived":false,"fork":false,"pushed_at":"2025-04-05T20:15:41.000Z","size":15609,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T09:06:16.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/semantic-styled-ui","language":"JavaScript","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/zachhardesty7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-18T06:19:34.000Z","updated_at":"2025-04-05T20:15:42.000Z","dependencies_parsed_at":"2024-05-02T03:36:51.005Z","dependency_job_id":"bdefaca5-2371-456a-b0f9-85314ea21b71","html_url":"https://github.com/zachhardesty7/semantic-styled-ui","commit_stats":{"total_commits":340,"total_committers":4,"mean_commits":85.0,"dds":0.5470588235294118,"last_synced_commit":"a5e12f0cfe70be95b44f59adf3b6a08a031a6c73"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachhardesty7%2Fsemantic-styled-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachhardesty7%2Fsemantic-styled-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachhardesty7%2Fsemantic-styled-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachhardesty7%2Fsemantic-styled-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachhardesty7","download_url":"https://codeload.github.com/zachhardesty7/semantic-styled-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248688571,"owners_count":21145766,"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-09-30T15:59:47.154Z","updated_at":"2025-04-13T09:06:34.382Z","avatar_url":"https://github.com/zachhardesty7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Semantic Styled UI\n\n[![npm](https://img.shields.io/npm/v/semantic-styled-ui)](https://www.npmjs.com/package/semantic-styled-ui)\n[![npm](https://img.shields.io/npm/dw/semantic-styled-ui)](https://www.npmjs.com/package/semantic-styled-ui)\n![types](https://badgen.net/npm/types/semantic-styled-ui)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)\n[![time tracker](https://wakatime.com/badge/github/zachhardesty7/semantic-styled-ui.svg)](https://wakatime.com/badge/github/zachhardesty7/semantic-styled-ui)\n![NPM](https://img.shields.io/npm/l/semantic-styled-ui)\n\n\u003c!-- ![npm bundle size](https://img.shields.io/bundlephobia/min/semantic-styled-ui) --\u003e\n\nLeveraging the power and style of Semantic UI and Styled Components to deploy custom components that\nabstract away complex library interactions.\n\n## Description\n\nThis repo hosts a UI component library for React that styles content based of Semantic UI but\nimproves the default styles with Styled Components. It allows for easy plug and play in projects\nlooking to take advantage of Styled Components without dealing with the hassle of integrating\nSemantic UI styles manually. It also includes some useful components and prebuilt components for\nrapid web app development.\n\nLibrary originally built for [connect-door] and then copied into\n[gulf-corp] for further development. Commits here only go back to\nthe beginning of the second repo so visit the first for more commit history.\n\n## Dependencies \u0026 Installation\n\nClone this repo and then run the following command to download dependencies and build:\n\n```bash\nnpm install\nnpm run build\n```\n\n## Known Issues\n\n- pending\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/zachhardesty7/semantic-styled-ui/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n## License\n\nCopyright 2018 Zachary Hardesty\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[Full Apache 2.0 License Source](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n## Special Acknowledgements\n\n- [Semantic UI React][semanticgh] - The official Semantic-UI-React integration\n- [Styled Components][styledgh] - Promote declarative rendering of component styles based\n  on props\n- [React][reactgh] - A declarative, efficient, and flexible JavaScript library for building user interfaces\n- [React Scroll][scrollgh] - Component for animating vertical scrolling\n- [Javascript Standard JS \u0026 Airbnb Hybrid Style][standard] - Airbnb's JS ESLint config + JS Standard Style\n\n\u003c!-- Markdown link \u0026 img definitions --\u003e\n\n[connect-door]: https://github.com/zachhardesty7/connect-door/\n[gulf-corp]: https://github.com/zachhardesty7/gulf-corp/\n[standard]: https://github.com/doasync/eslint-config-airbnb-standard\n[reactgh]: https://github.com/facebook/react\n[semanticgh]: https://github.com/Semantic-Org/Semantic-UI-React\n[styledgh]: https://github.com/styled-components\n[scrollgh]: https://github.com/fisshy/react-scroll\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachhardesty7%2Fsemantic-styled-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachhardesty7%2Fsemantic-styled-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachhardesty7%2Fsemantic-styled-ui/lists"}