Ghost/apps/admin-x-design-system
Sodbileg Gansukh eab5c8ba52
Fixed various design issues in Offers (#19922)
ref DES-101

- used the default TabView component on Offers list for better consistency
- added new property to TabView component which makes it possible to have extra content on the top right
- updated copy of the empty states
2024-04-29 13:00:55 +08:00
..
.storybook
src Fixed various design issues in Offers (#19922) 2024-04-29 13:00:55 +08:00
test
.eslintrc.cjs
.gitignore
package.json Update storybook monorepo to v7.6.18 2024-04-23 17:10:07 +02:00
postcss.config.cjs
preflight.css
README.md
styles.css
tailwind.cjs
tailwind.config.cjs Input field visual design update (#19693) 2024-02-14 13:00:16 +01: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