{"id":15063148,"url":"https://github.com/skyost/skimplecomponents","last_synced_at":"2025-03-15T16:12:58.504Z","repository":{"id":49818672,"uuid":"442202712","full_name":"Skyost/SkimpleComponents","owner":"Skyost","description":"SkimpleComponents is my personal components library built on Bootstrap and designed to be used with Nuxt.","archived":false,"fork":false,"pushed_at":"2023-12-07T11:22:32.000Z","size":970,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T04:09:23.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/skimple-components","language":"Vue","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/Skyost.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":"2021-12-27T15:54:08.000Z","updated_at":"2022-07-26T09:06:12.000Z","dependencies_parsed_at":"2023-12-07T12:30:48.803Z","dependency_job_id":"59dbc8ad-7bd0-40de-8ede-27ac15d2563c","html_url":"https://github.com/Skyost/SkimpleComponents","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/Skyost%2FSkimpleComponents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyost%2FSkimpleComponents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyost%2FSkimpleComponents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skyost%2FSkimpleComponents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skyost","download_url":"https://codeload.github.com/Skyost/SkimpleComponents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754093,"owners_count":20342542,"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-24T23:52:17.445Z","updated_at":"2025-03-15T16:12:58.484Z","avatar_url":"https://github.com/Skyost.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkimpleComponents\n\nSkimpleComponents is my personal components library built on [Bootstrap](https://getbootstrap.com/) and designed to\nbe used with [Nuxt 3](https://v3.nuxtjs.org/).\n\n## Why this library ?\n\n[BootstrapVue](https://bootstrap-vue.org/) has been abandoned\n(well, [_was_ abandoned](https://github.com/bootstrap-vue/bootstrap-vue/issues/6872)) and I needed a \u003cq\u003edrop-in\u003c/q\u003e\nreplacement. So here is it !\n\nKeep in mind that it's just a _personal_ library : it is not meant to be complete nor a full replacement.\n\n## How to use ?\n\nFirst, install this library.\n\n```shell\nnpm i skimple-components\n```\n\nIn your `nuxt.config.ts`, add the `skimple-components/nuxt` module :\n\n```js\nmodules: [\n  // Your modules here.\n  // ...\n  'skimple-components/nuxt'\n]\n```\n\nAnd that's it.\nFeel free to browse available components [here](https://github.com/Skyost/SkimpleComponents/tree/master/src/components).\n\n## Customizing Bootstrap\n\nBy default, SkimpleComponents includes Bootstrap with [these options](https://github.com/Skyost/SkimpleComponents/blob/master/src/style.scss).\nBut you're free to customize it ! First, create your an `app.scss` file (in your `assets` folder)\ncontaining these lines :\n\n```scss\n// Include all of Bootstrap\n\n// Include any default variable overrides here (though functions won't be available)\n// For example :\n// $primary: #212529;\n\n@import '~bootstrap/scss/bootstrap';\n\n// Then add additional custom code here\n// For example :\n// @import url('https://fonts.googleapis.com/css2?family=Montserrat\u0026display=swap');\n// ...\n```\n\n_Feel free to not import all Bootstrap files (see instructions [here](https://getbootstrap.com/docs/5.2/customize/sass/#importing))._\n\nThen add the `app.scss` to the `nuxt.config.ts` :\n\n```typescript\ncss: [\n  '~/assets/app.scss'\n]\n```\n\nAnd disable the automatic Bootstrap CSS import via the `nuxt.config.ts` :\n\n```typescript\nskimpleComponents: {\n  bootstrapCss: false\n}\n```\n\nEt voilà !\n\nYou can disable the automatic Bootstrap JS import as well as Bootstrap icons if you don't use them :\n\n```typescript\nskimpleComponents: {\n  bootstrapCss: false,\n  bootstrapJs: false,\n  icons: false // `SkiIcon` component will stop working.\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyost%2Fskimplecomponents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyost%2Fskimplecomponents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyost%2Fskimplecomponents/lists"}