8377bd8410
no issues - currently there are urls and tabs as a toolbar option for the preview modal - as part of adding offers to AdminX, we needed a breadcrumbs option for navigating between list and create/edit screens - previewToolbarBreadcrumbs is used for passing an array with the type BreadcrumbItem - onBreadcrumbsBack is used for passing a function to be called when the back button of the breadcrumbs is clicked |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
test | ||
.eslintrc.cjs | ||
.gitignore | ||
package.json | ||
postcss.config.js | ||
preflight.css | ||
README.md | ||
styles.css | ||
tailwind.cjs | ||
tailwind.config.cjs | ||
tsconfig.declaration.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
Admin X Design
Components, design guidelines and documentation for building apps in Ghost Admin
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests