{"id":13566466,"url":"https://github.com/zetareticoli/cssui","last_synced_at":"2025-05-15T17:05:51.303Z","repository":{"id":41893563,"uuid":"358568366","full_name":"zetareticoli/cssui","owner":"zetareticoli","description":"A collection of interactive UI components in pure CSS","archived":false,"fork":false,"pushed_at":"2025-03-25T15:49:27.000Z","size":33139,"stargazers_count":327,"open_issues_count":10,"forks_count":19,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-08T06:34:43.126Z","etag":null,"topics":["components-library","css","css3","hacktoberfest","library","no-js","pure-css","pure-css-components","purecss"],"latest_commit_sha":null,"homepage":"https://www.cssui.dev","language":"SCSS","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/zetareticoli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"zetareticoli","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-04-16T10:53:46.000Z","updated_at":"2025-03-22T12:59:48.000Z","dependencies_parsed_at":"2024-01-15T20:52:03.935Z","dependency_job_id":"4f55a0e1-6311-4688-9635-1a0615e9840b","html_url":"https://github.com/zetareticoli/cssui","commit_stats":{"total_commits":123,"total_committers":8,"mean_commits":15.375,"dds":0.1707317073170732,"last_synced_commit":"d976783ba18935b371a1a46278226fa1b927247a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetareticoli%2Fcssui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetareticoli%2Fcssui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetareticoli%2Fcssui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zetareticoli%2Fcssui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zetareticoli","download_url":"https://codeload.github.com/zetareticoli/cssui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384988,"owners_count":22062422,"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","css","css3","hacktoberfest","library","no-js","pure-css","pure-css-components","purecss"],"created_at":"2024-08-01T13:02:10.335Z","updated_at":"2025-05-15T17:05:46.294Z","avatar_url":"https://github.com/zetareticoli.png","language":"SCSS","funding_links":["https://github.com/sponsors/zetareticoli"],"categories":["HTML","SCSS"],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/72e8ba7d-b54f-4a7c-a6fa-6028134a7520/deploy-status)](https://app.netlify.com/sites/css-ui/deploys)\n![npm Version](https://img.shields.io/npm/v/css-ui-lib?style=flat-square)\n![npm Downloads](https://img.shields.io/npm/dt/css-ui-lib?logo=npm\u0026style=flat-square)\n\n\n# CSSUI\n\nCSSUI is a front-end library that includes a variety of CSS user interface components. These can be used to construct modern and responsive web applications.\n\n## Getting Started\n\nTo use the components in this repository, download or clone it to your local machine. Once you have the files, copy the necessary CSS code and paste it into your project's CSS file.\n\nDemo and documentation available [here](https://www.cssui.dev/).\n\nEach component has its own CSS file with its specific styles. You can use these components on their own or combine them to build more complex user interfaces.\n\n## Installation\n\nUse [npm](https://www.npmjs.com/package/css-ui-lib) to install CSSUI in your project:\n\n```bash\nnpm install css-ui-lib\n```\n\n## Usage\n\nThe library includes:\n- `cssui.css`, a global stylesheet which contains the CSS variables used by all components.\n- components folder list\n\nEach component folder includes two files:\n\n1. HTML template file\n2. CSS stylesheet.\n\nYou can use template files as partial or copy/paste the code into the project's files according to your needs.\n\n### Customization\n\nYou can customize all the CSS code in this repository to fit your design needs. You can also add your own styles to the components for more customization.\n\n## Contributing\n\nIf you want to help improve this repository, send us a pull request with your changes. We welcome and value all contributions.\n\n## Support\n\n[Open an issue ](https://github.com/zetareticoli/cssui/issues) here on Github to share feedback, report bug or ask help.\n\n## License\n\nMIT License\n\nCopyright (c) 2025 Francesco Improta\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzetareticoli%2Fcssui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzetareticoli%2Fcssui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzetareticoli%2Fcssui/lists"}