Ghost/apps/admin-x-design-system
Sodbileg Gansukh 5eb4e3330c Added basic layout switch to the offers list in AdminX
refs https://github.com/TryGhost/Product/issues/4137

- separated logics to functions to use them on both card and list layouts
- added toggle buttons that switch between layouts
- created a very basic table for the list layout as a starting point
2023-11-14 12:18:08 +08:00
..
.storybook
src Added basic layout switch to the offers list in AdminX 2023-11-14 12:18:08 +08:00
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.

  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