{"id":19973793,"url":"https://github.com/dojo/parade","last_synced_at":"2025-05-04T02:32:15.111Z","repository":{"id":43650211,"uuid":"224415094","full_name":"dojo/parade","owner":"dojo","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-26T15:22:19.000Z","size":4311,"stargazers_count":3,"open_issues_count":22,"forks_count":11,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-04-09T21:10:43.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dojo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-27T11:28:11.000Z","updated_at":"2021-07-30T14:36:20.000Z","dependencies_parsed_at":"2022-08-29T10:11:49.120Z","dependency_job_id":null,"html_url":"https://github.com/dojo/parade","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fparade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fparade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fparade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dojo%2Fparade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dojo","download_url":"https://codeload.github.com/dojo/parade/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224379908,"owners_count":17301525,"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-11-13T03:12:55.179Z","updated_at":"2024-11-13T03:12:55.757Z","avatar_url":"https://github.com/dojo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @dojo/parade\n\nA library to show off your widget library.\n\n-   Show running demos\n-   Syntax highlighted example code\n-   Auto documented widget properties\n-   Auto documented theme class hooks\n-   Run on codesandbox\n-   Run unit tests\n\n![screenshot](/screenshot.png?raw=true 'screenshot')\n\n## Compatibility\n\nEach major release of Dojo Parade is compatible with a specific major version of the rest of the Dojo framework:\n\n| Parade Version | Dojo Version |\n| :------------: | :----------: |\n|    `1.*.*`     |   `7.*.*`    |\n\n## Usage\n\n```bash\nnpm install @dojo/parade\n```\n\n#### **`.dojorc`**\n\n```json\n{\n\t\"extends\": \"./node_modules/@dojo/parade/parade.json\"\n}\n```\n\n#### **`main.tsx`**\n\n```tsx\nimport parade from '@dojo/parade';\n\n// import your parade config\nimport config from './config';\n\nparade({ config });\n```\n\n### Example global config:\n\n#### **`config.tsx`**\n\n```tsx\nimport dojoTheme from '@dojo/themes/dojo';\nimport '@dojo/themes/dojo/index.css';\n\nimport BasicAccordion from './widgets/accordion/Basic';\nimport BasicButton from './widgets/button/Basic';\nimport DisabledSubmit from './widgets/button/DisabledSubmit';\nimport ToggleButton from './widgets/button/ToggleButton';\n\nconst tests = (require as any).context('./', true, /\\.spec\\.ts(x)?$/);\n\nexport default {\n  header: 'My Widget Library',\n  codesandbox: {},\n  tests,\n  themes: [ dojoTheme ]\n```\n\n### Example local config:\n\n#### **`AccordionBasic.example.tsx`**\n\n```tsx\nimport dojoTheme from '@dojo/themes/dojo';\nimport '@dojo/themes/dojo/index.css';\n\nimport AccordionBasic from './widgets/accordion/Basic';\n\nexport default {\n\tmodule: AccordionBasic,\n\toverview: true\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdojo%2Fparade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdojo%2Fparade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdojo%2Fparade/lists"}