{"id":20804349,"url":"https://github.com/prantlf/mici","last_synced_at":"2026-05-17T00:56:22.486Z","repository":{"id":57296337,"uuid":"370310484","full_name":"prantlf/mici","owner":"prantlf","description":"Lightweight web components using the mini.css styles. The same look \u0026 feel for your embedded widgets on any page. Workhorse for functional web applications, not for fancy web pages.","archived":false,"fork":false,"pushed_at":"2021-05-25T00:04:13.000Z","size":165,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-19T22:47:38.617Z","etag":null,"topics":["custom-elements","mini-css","web-components"],"latest_commit_sha":null,"homepage":"https://prantlf.github.io/mici/","language":"TypeScript","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/prantlf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-24T10:16:54.000Z","updated_at":"2023-03-19T18:47:27.000Z","dependencies_parsed_at":"2022-09-07T01:52:30.344Z","dependency_job_id":null,"html_url":"https://github.com/prantlf/mici","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fmici","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fmici/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fmici/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantlf%2Fmici/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prantlf","download_url":"https://codeload.github.com/prantlf/mici/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243148767,"owners_count":20244044,"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":["custom-elements","mini-css","web-components"],"created_at":"2024-11-17T19:08:53.106Z","updated_at":"2026-05-17T00:56:22.455Z","avatar_url":"https://github.com/prantlf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Web Components\n\n[![NPM version](https://badge.fury.io/js/mici.png)](http://badge.fury.io/js/mici)\n[![Build Status](https://github.com/prantlf/mici/workflows/Test/badge.svg)](https://github.com/prantlf/mici/actions)\n[![Dependency Status](https://david-dm.org/prantlf/mici.svg)](https://david-dm.org/prantlf/mici)\n[![devDependency Status](https://david-dm.org/prantlf/mici/dev-status.svg)](https://david-dm.org/prantlf/mici#info=devDependencies)\n\nLightweight web components using the [mini.css] styles. The same look \u0026 feel for your embedded widgets on any page for almost no price. Workhorse for functional web applications, not for fancy web pages. See the [on-line documentation].\n\n* Small size - 20 kB minified, 4.96 kB gzipped.\n* Written in TypeScript using [bacom].\n* Fast build and tests powered by [esburu] and [tehanu].\n* SSR and tests in Node.js supported by [@prantlf/dom-lite].\n\n## Synopsis\n\n```html\n\u003cmici-button\u003eTest\u003c/mici-button\u003e\n\n\u003cscript type=module src=https://unpkg.com/mici@0.0.1/dist/index.min.js\u003e\u003c/script\u003e\n```\n\n## Installation\n\nYou can install this package using your favourite Node.js package manager:\n\n```sh\nnpm i -D mici\nyarn add -D mici\npnpm i -D mici\n```\n\nIf you do not want to bundle this package in your build output, you can load it separately on your web page before your script bundle:\n\n```html\n\u003cscript type=module src=https://unpkg.com/mici@0.0.1/dist/index.min.js\u003e\u003c/script\u003e\n\u003cscript type=module src=yours/index.js\u003e\u003c/script\u003e\n```\n\n```html\n\u003cscript type=module\u003e\n  import 'https://unpkg.com/mici@0.0.1/dist/index.min.js'\n  import 'yours/index.js'\n\u003c/script\u003e\n```\n\n## Contributing\n\nIn lieu of a formal styleguide, take care to maintain the existing coding style. Lint and test your code using `npm test`.\n\n## License\n\nCopyright (c) 2021 Ferdinand Prantl\n\nLicensed under the MIT license.\n\nLogo made by [Flat Icons] from [Flaticon].\n\n[mini.css]: https://minicss.org/\n[on-line documentation]: https://prantlf.github.io/mici/\n[bacom]: https://github.com/prantlf/bacom#readme\n[esburu]: https://github.com/prantlf/esburu#readme\n[tehanu]: https://github.com/prantlf/tehanu#readme\n[@prantlf/dom-lite]: https://github.com/prantlf/dom-lite#readme\n[Flat Icons]: https://www.flaticon.com/authors/flat-icons\n[Flaticon]: https://www.flaticon.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantlf%2Fmici","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprantlf%2Fmici","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantlf%2Fmici/lists"}