{"id":13604303,"url":"https://github.com/andrelmlins/svelte-grid-responsive","last_synced_at":"2025-04-15T18:52:35.968Z","repository":{"id":42705909,"uuid":"257099627","full_name":"andrelmlins/svelte-grid-responsive","owner":"andrelmlins","description":"Responsive grid system based on Bootstrap for Svelte","archived":false,"fork":false,"pushed_at":"2023-01-07T04:55:47.000Z","size":571,"stargazers_count":54,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T01:03:23.335Z","etag":null,"topics":["bootstrap","grid","responsive","svelte"],"latest_commit_sha":null,"homepage":"https://svelte-grid-responsive.netlify.app/","language":"Svelte","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/andrelmlins.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}},"created_at":"2020-04-19T20:51:02.000Z","updated_at":"2024-11-18T16:57:33.000Z","dependencies_parsed_at":"2023-02-06T12:30:29.662Z","dependency_job_id":null,"html_url":"https://github.com/andrelmlins/svelte-grid-responsive","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrelmlins%2Fsvelte-grid-responsive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrelmlins%2Fsvelte-grid-responsive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrelmlins%2Fsvelte-grid-responsive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrelmlins%2Fsvelte-grid-responsive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrelmlins","download_url":"https://codeload.github.com/andrelmlins/svelte-grid-responsive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135597,"owners_count":21218359,"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":["bootstrap","grid","responsive","svelte"],"created_at":"2024-08-01T19:00:43.276Z","updated_at":"2025-04-15T18:52:35.943Z","avatar_url":"https://github.com/andrelmlins.png","language":"Svelte","funding_links":[],"categories":["UI Componentes","UI Components"],"sub_categories":["Comunidade Global","Grid"],"readme":"# Svelte Grid Responsive\n\n[![npm version](https://badge.fury.io/js/svelte-grid-responsive.svg)](https://www.npmjs.com/package/svelte-grid-responsive) \u0026bull; [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/andrelmlins/svelte-grid-responsive/blob/master/LICENSE) \u0026bull; [![Build Status](https://travis-ci.com/andrelmlins/svelte-grid-responsive.svg?branch=master)](https://travis-ci.com/andrelmlins/svelte-grid-responsive) \u0026bull; [![Netlify Status](https://api.netlify.com/api/v1/badges/5697d9ca-6dcc-4839-99d1-fd0aca0e852c/deploy-status)](https://app.netlify.com/sites/svelte-grid-responsive/deploys)\n\nResponsive grid system based on Bootstrap for Svelte.\n\n## Installation\n\n```\nnpm i svelte-grid-responsive\n// OR\nyarn add svelte-grid-responsive\n```\n\n\u003cem\u003eNote: to use this library in sapper, install as devDependency. See the [link](https://github.com/sveltejs/sapper-template#using-external-components).\u003c/em\u003e\n\n## Demo [Link](https://svelte-grid-responsive.netlify.com/)\n\nLocal demo:\n\n```\ngit clone https://github.com/andrelmlins/svelte-grid-responsive.git\ncd svelte-grid-responsive\nnpm install \u0026\u0026 npm run dev\n```\n\n## Examples\n\nAn example of how to use the library:\n\n```svelte\n\u003cscript\u003e\n  import Grid from \"svelte-grid-responsive\";\n\u003c/script\u003e\n\n\u003cGrid container gutter={12}\u003e\n  \u003cGrid xs={12} md={4} lg={3}\u003e\n    xs=12 md=4 lg=3\n  \u003c/Grid\u003e\n  \u003cGrid xs={12} md={4} lg={3}\u003e\n    xs=12 md=4 lg=3\n  \u003c/Grid\u003e\n  \u003cGrid xs={12} md={4} lg={3}\u003e\n    xs=12 md=4 lg=3\n  \u003c/Grid\u003e\n  \u003cGrid xs={12} md={4} lg={3}\u003e\n    xs=12 md=4 lg=3\n  \u003c/Grid\u003e\n\u003c/Grid\u003e\n```\n\n## Properties\n\nComponent props:\n\n| Prop      | Default | Type   | Description                             |\n| --------- | ------- | ------ | --------------------------------------- |\n| container | false   | bool   | Defines whether the grid is a container |\n| gutter    | null    | number | Grid spacing in the container           |\n| columns   | 12      | number | Setting columns count in the container  |\n| order     | null    | number | Order the columns                       |\n| xs        | null    | number | Size in extra small screen              |\n| sm        | null    | number | Size in small screen                    |\n| md        | null    | number | Size in medium screen                   |\n| lg        | null    | number | Size in large screen                    |\n| xl        | null    | number | Size in extra large screen              |\n| xsOffset  | null    | number | Offset in extra small screen            |\n| smOffset  | null    | number | Offset in small screen                  |\n| mdOffset  | null    | number | Offset in medium screen                 |\n| lgOffset  | null    | number | Offset in large screen                  |\n| xlOffset  | null    | number | Offset in extra large screen            |\n\n## NPM Statistics\n\nDownload stats for this NPM package\n\n[![NPM](https://nodei.co/npm/svelte-grid-responsive.png)](https://nodei.co/npm/svelte-grid-responsive/)\n\n## License\n\nSvelte Grid Responsive is open source software [licensed as MIT](https://github.com/andrelmlins/svelte-grid-responsive/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrelmlins%2Fsvelte-grid-responsive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrelmlins%2Fsvelte-grid-responsive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrelmlins%2Fsvelte-grid-responsive/lists"}