{"id":13409064,"url":"https://github.com/lucperkins/bulma-dashboard","last_synced_at":"2025-03-16T14:31:14.674Z","repository":{"id":44692282,"uuid":"160992306","full_name":"lucperkins/bulma-dashboard","owner":"lucperkins","description":"Bulma dashboard","archived":false,"fork":false,"pushed_at":"2022-06-04T21:05:57.000Z","size":1014,"stargazers_count":88,"open_issues_count":1,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-27T10:39:53.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Sass","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucperkins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["lucperkins"]}},"created_at":"2018-12-09T01:00:31.000Z","updated_at":"2025-01-25T22:10:55.000Z","dependencies_parsed_at":"2022-09-09T20:31:03.324Z","dependency_job_id":null,"html_url":"https://github.com/lucperkins/bulma-dashboard","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/lucperkins%2Fbulma-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucperkins%2Fbulma-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucperkins%2Fbulma-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucperkins%2Fbulma-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucperkins","download_url":"https://codeload.github.com/lucperkins/bulma-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818194,"owners_count":20352629,"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-07-30T20:00:57.718Z","updated_at":"2025-03-16T14:31:13.711Z","avatar_url":"https://github.com/lucperkins.png","language":"Sass","funding_links":["https://github.com/sponsors/lucperkins"],"categories":["Extensions"],"sub_categories":["Courses"],"readme":"# Bulma Dashboard\n\n**Bulma Dashboard** is extension for the [Bulma](https://bulma.io) CSS framework that enables you to easily write dashboard-style interfaces with fixed horizontal panels.\n\n## Installing\n\nThe Bulma Dashboard extension is available as an [npm](https://npmjs.org) package:\n\n```shell\nnpm install bulma-dashboard\n```\n\nYou can also download or link to the Sass or CSS files directly.\n\n## Usage\n\nAll functionality is used inside of the `dashboard` class, which is intended to take up the entire page. Here's an example:\n\n```html\n\u003cdiv class=\"dashboard is-full-height\"\u003e\n  \u003c!-- left panel --\u003e\n  \u003cdiv class=\"dashboard-panel is-one-quarter\"\u003e\n  \u003c/div\u003e\n\n  \u003c!-- main section --\u003e\n  \u003cdiv class=\"dashboard-main is-scrollable\"\u003e\n    \u003cnav class=\"navbar is-fixed-top\"\u003e\n      \u003cdiv class=\"navbar-brand\"\u003e\n        \u003cspan class=\"navbar-item\"\u003e\n          Bulma Dashbaord\n        \u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/nav\u003e\n\n    \u003csection class=\"section\"\u003e\n      \u003cp class=\"title\"\u003e\n        Main\n      \u003c/p\u003e\n    \u003c/section\u003e\n\n    \u003c!-- the footer will take up all unused space at the bottom --\u003e\n    \u003cfooter class=\"footer\"\u003e\n\n    \u003c/footer\u003e\n  \u003c/div\u003e\n\n  \u003c!-- right panel --\u003e\n  \u003cdiv class=\"dashboard-panel is-small\"\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n## Example\n\nYou can see an example page in [`docs/index.html`](docs/index.html). Here's a screenshot:\n\n![Bulma Dashboard screenshot](docs/screenshot.png)\n\nYou can visit that page [here](https://lucperkins.github.io/bulma-dashboard/index.html).\n\n## Footer\n\nIf you add a Bulma `footer` in the dashboard main section, it will \"stick\" to the bottom and fill up all remaining space.\n\n## Sizes\n\nThere are a variety of widths available for panels:\n\nClass | Width\n:-----|:-----\n`is-one-quarter` | 1/4\n`is-half` | 1/2\n`is-one-third` | 1/3\n`is-small` | 15rem\n`is-medium` | 25rem\n`is-large` | 30rem\n\n\u003e By default, panels are 25rem wide. You can change that default using the `$dashboard-default-panel-width` variable.\n\n## Scrolling\n\nYou can add the `is-scrollable` class to any element to make it scrollable.\n\n## Padding\n\nYou can add the `has-thick-padding` class to a panel to bulk up the padding to double the default.\n\n## Variables\n\nVariable | Default | Meaning\n:--------|:--------|:-------\n`$dashboard-default-panel-width` | 25rem | The default panel width if no size modifier is added\n`$dashboard-default-panel-padding` | 1.5rem | The padding in panels\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucperkins%2Fbulma-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucperkins%2Fbulma-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucperkins%2Fbulma-dashboard/lists"}