{"id":20094005,"url":"https://github.com/lacymorrow/dazzboard","last_synced_at":"2025-05-06T04:32:29.334Z","repository":{"id":76933825,"uuid":"121293991","full_name":"lacymorrow/dazzboard","owner":"lacymorrow","description":"🍱    Delightful web dashboard","archived":false,"fork":false,"pushed_at":"2024-09-21T15:36:56.000Z","size":21471,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T10:33:23.259Z","etag":null,"topics":["browser","dashboard","dashes","jarvis","javascript","nextjs","node","now","react"],"latest_commit_sha":null,"homepage":"https://dazzboard.vercel.app","language":"JavaScript","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/lacymorrow.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},"funding":{"github":"lacymorrow","patreon":"lacymorrow","open_collective":"lacy-morrow","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["buymeacoffee.com/lm","lacymorrow.com/donate"]}},"created_at":"2018-02-12T19:50:50.000Z","updated_at":"2024-08-16T14:16:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a01402d1-fe15-4252-958d-561393cddf45","html_url":"https://github.com/lacymorrow/dazzboard","commit_stats":{"total_commits":57,"total_committers":4,"mean_commits":14.25,"dds":0.1578947368421053,"last_synced_commit":"9682a68757f42734ade7462a597033916ff8bb95"},"previous_names":["lacymorrow/dazzboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fdazzboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fdazzboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fdazzboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lacymorrow%2Fdazzboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lacymorrow","download_url":"https://codeload.github.com/lacymorrow/dazzboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224144877,"owners_count":17263361,"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":["browser","dashboard","dashes","jarvis","javascript","nextjs","node","now","react"],"created_at":"2024-11-13T16:49:06.364Z","updated_at":"2024-11-13T16:49:06.966Z","avatar_url":"https://github.com/lacymorrow.png","language":"JavaScript","funding_links":["https://github.com/sponsors/lacymorrow","https://patreon.com/lacymorrow","https://opencollective.com/lacy-morrow","buymeacoffee.com/lm","lacymorrow.com/donate"],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]\n\u003e This project is unmaintained.\n\n[![dazzboard logo](https://raw.githubusercontent.com/Dazzboard/dazzboard/master/static/logo.png)](https://github.com/Dazzboard/dazzboard)\n\n\u003e A  ✨ dazzling 💫  dashboard that works for you\n\n### [Live Demo](https://dazzboard.vercel.app)\n\n## Features\n * Built with React + Next. Use any React component as a dashboard object 🍡\n * Pre-cooked on the server for instant page loads with SSR 🍳\n * Includes basic components to fill your first board 🍇\n\n\n[![dazzboard](https://raw.githubusercontent.com/Dazzboard/dazzboard/master/static/screenshot.png)](https://github.com/Dazzboard/dazzboard)\n\n\n## Install\n\n```bash\n# Clone the repository\n$ git clone https://github.com/Dazzboard/dazzboard.git\n$ cd dazzboard\n\n# Install dependencies\n$ npm install\n\n# Run Development\n$ npm run dev\n\n\n```\n\n\n## Run Production\n\n`npm start`\n\n_Opens at [localhost:3000](http://localhost:3000/)_\n\n\u003c!-- Using [NPM](https://npmjs.com):\n\n```bash\n# From the command line\n$ npm install -g movie-info\n``` --\u003e\n\n\n## API\n\n### \\\u003cDash /\u003e\n\nA container for holding a singular componentized element.\n\n###### Optional properties\n\n`[background, badge, direction, fill, text, title, subtitle, subtext, width, wrap]`\n\n\n### \\\u003cBoard /\u003e\n\nA collection of `\u003cDash /\u003e` elements representing a single dashboard. Nest multiple to add more Dazzboards.\n(_also `\u003cDashGroup /\u003e`, `\u003cDashList /\u003e`, `\u003cDashTabs /\u003e`_)\n\n###### Optional properties\n\n`[width]`\n\n\n### \\\u003cDashGroup /\u003e\n\nA container for multiple `\u003cDash /\u003e` elements.\n(_also `\u003cDashGroup /\u003e`, `\u003cDashList /\u003e`, `\u003cDashTabs /\u003e`_)\n\n###### Optional properties\n\n`[color, height, title, width]`\n\n\n### \\\u003cDashList /\u003e\n\nA container for multiple `\u003cDash /\u003e` elements, displayed in a compact format.\n\n###### Optional properties\n\n`[color, height, title, width]`\n\n\n### \\\u003cDashTab /\u003e\n\nA container for multiple `\u003cDashGroup /\u003e` elements to create a tabbed list.\n\n\n###### Optional properties\n\n`[height, width]`\n\n\n### \\\u003cCard /\u003e\n\nA colorful `\u003cDash /\u003e` element with simpler API.\n\n###### Optional properties\n\n`[background, text, title, subtext, width]`\n\n\n### \\\u003cCode /\u003e\n\nA simple `monospace` text wrapper\n\n###### Optional properties\n\n`[color]`\n\n\n##### background\n\nType: `string`\n\nThe CSS `background` value for the element.\n\n###### Usage:\n\n```jsx\nbackground='linear-gradient(315deg, #df74f9, #b72cf6)'\n```\n\n\n##### badge\n\nType: `object`\n\nAdd a colored badge to a `\u003cDash /\u003e` element. Options are `success` and `error`.\n\n###### Usage:\n\n```jsx\nbadge={{ success: {text: 'OK', link: '#'}, error: {text: 'Alert!', link: '#'}}}\n```\n\n\n##### color\n\nType: `string`\n\nHex color for the highlight color or title color of an element.\n\n\n##### direction\n\n`'row'` || `'column'`\n\nSet the Flexbox `flex-direction`.\n\n\n##### fill\n\nType: `bool`\n\nFor stretching an element to fit it's container.\n\n###### Usage:\n\n```jsx\nfill='true'\n```\n\n\n##### height\n\nType: `string`\n\nDefines the element height.\n\n###### Usage:\n\n```jsx\nheight='300px'\n```\n\n\n##### width\n\nType: `number` || `array`\n\nDefines a responsive element width. Use an array to define widths at multiple breakpoints.\nMore info in the [Rebass docs](jxnblk.com/rebass/).\n\n###### Usage:\n\n```jsx\nwidth={[1, 1, 1, 1/4]}\n```\n\n\n##### wrap\n\nType: `bool`\n\nSets the Flexbox `flex-wrap`.\n\n###### Usage:\n\n```jsx\nwrap='true'\n```\n\n\n##### text\n##### title\n##### subtext\n##### subtitle\n\nType: `string`\n\nDash text content properties.\n\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT) © [Lacy Morrow](http://lacymorrow.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacymorrow%2Fdazzboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flacymorrow%2Fdazzboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacymorrow%2Fdazzboard/lists"}