Ghost/apps/admin-x-design-system
Peter Zimon fca8941740
Updated integration modals buttons (#20502)
DES-27

Updated buttons in integrations from [Cancel] and [Save & close] to
[Close] and [Save] to be consistent with the rest of the Settings UI.
2024-07-01 17:29:53 +02:00
..
.storybook
src Updated integration modals buttons (#20502) 2024-07-01 17:29:53 +02:00
test
.eslintrc.cjs
.gitignore Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
package.json Update dependency postcss to v8.4.39 2024-07-01 07:28:24 +02:00
postcss.config.cjs
preflight.css
README.md
styles.css
tailwind.cjs
tailwind.config.cjs Updated email newsletter spacing and font sizes (#20273) 2024-05-28 14:29:49 +00:00
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.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests