{"id":30770482,"url":"https://github.com/sanand0/smartart","last_synced_at":"2025-10-06T02:09:59.541Z","repository":{"id":307088576,"uuid":"1028342042","full_name":"sanand0/smartart","owner":"sanand0","description":"A lightweight, responsive CSS library for creating smart-art. Pure CSS implementation with no JavaScript dependencies.","archived":false,"fork":false,"pushed_at":"2025-08-12T06:46:18.000Z","size":907,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T13:54:54.416Z","etag":null,"topics":["library"],"latest_commit_sha":null,"homepage":"https://sanand0.github.io/smartart/","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/sanand0.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,"zenodo":null}},"created_at":"2025-07-29T11:42:24.000Z","updated_at":"2025-08-12T06:46:21.000Z","dependencies_parsed_at":"2025-07-29T12:09:46.215Z","dependency_job_id":"1b4dbd46-548c-4b2c-9e1c-8860004162d4","html_url":"https://github.com/sanand0/smartart","commit_stats":null,"previous_names":["sanand0/smartart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanand0/smartart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fsmartart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fsmartart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fsmartart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fsmartart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanand0","download_url":"https://codeload.github.com/sanand0/smartart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fsmartart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273685604,"owners_count":25149722,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["library"],"created_at":"2025-09-04T23:08:26.095Z","updated_at":"2025-10-06T02:09:54.506Z","avatar_url":"https://github.com/sanand0.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart Art CSS Library\n\n[![npm version](https://img.shields.io/npm/v/smartart.svg)](https://www.npmjs.com/package/smartart)\n[![license](https://img.shields.io/npm/l/smartart.svg)](https://github.com/sanand0/smartart/blob/main/LICENSE)\n\nA lightweight, responsive CSS library for creating smart-art. Pure CSS implementation with no JavaScript dependencies.\n\n::hr{.border-muted}\n\n## Chevron\n\nProcess flows showing sequential elements. **[Read Chevron Docs \u0026raquo;](chevron.md)**\n\n[![Chevron Example](https://raw.githubusercontent.com/sanand0/smartart/main/docs/chevron-builtin-theme.webp)](chevron.md)\n\n## Column\n\nLists of items with headers. **[Read Column Docs \u0026raquo;](column.md)**\n\n[![Column Example](https://raw.githubusercontent.com/sanand0/smartart/main/docs/column-builtin-theme.webp)](column.md)\n\n## Stack\n\nLists of items with headers, oriented horizontally. **[Read Stack Docs \u0026raquo;](stack.md)**\n\n[![Stack Example](https://raw.githubusercontent.com/sanand0/smartart/main/docs/stack-builtin-theme.webp)](stack.md)\n\n## Themes\n\nA dozen themes for a professional look. **[Read Themes Docs \u0026raquo;](themes.md)**\n\n[![Themes Example](https://raw.githubusercontent.com/sanand0/smartart/main/docs/chevron-builtin-theme.webp)](themes.md)\n\n## Development\n\nFile structure:\n\n- Component CSS are in /: `chevron.css`, `column.css`, `stack.css`, `themes.css`, ...\n- Docs site: `index.html` (Docsify) and `script.js` (ESM renderer tweaks)\n- Docs pages: `chevron.md`, `column.md`, `stack.md`, `themes.md`, ...; images in `docs/`\n- Build output: `dist/` (minified `.min.css` bundles)\n- Tests: `tests/*.spec.ts` and `tests/utils.ts` (Playwright)\n- Tools: `screenshot.js` (generate `.webp` examples), `playwright.config.ts`\n\n```bash\ngit clone https://github.com/sanand0/smartart.git\ncd smartart\n\nnpm install\nnpm run lint # oxlint, prettier for JS/MD, HTML beautifier\nnpm run build # bundle + minify CSS into dist/ via esbuild\nnpm test # Playwright tests with local server\nnpm run screenshot # capture docs examples to docs/*.webp via Playwright\n\nnpm publish\ngit commit . -m\"$COMMIT_MSG\"; git tag $VERSION; git push --follow-tags\n```\n\n## Release notes\n\n- [1.1.0](https://npmjs.com/package/smartart/v/1.1.0): 30 Jul 2025. Standardized package.json \u0026 README.md, switch to ESM\n- [1.0.0](https://npmjs.com/package/smartart/v/1.0.0): 29 Jul 2025. Initial release\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Fsmartart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanand0%2Fsmartart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Fsmartart/lists"}