Ghost/apps/admin-x-design-system
2024-08-15 15:11:53 +02:00
..
.storybook
src Add reusable UI components to ActivityPub (#20758) 2024-08-15 12:28:08 +02:00
test Added test for hooks - useSortableIndexedList, usePagination (admin-x-design-system) 2024-07-11 14:02:55 +05:30
.eslintrc.cjs
.gitignore
package.json Update sentry-javascript monorepo to v7.119.0 2024-08-15 15:11:53 +02:00
postcss.config.cjs
preflight.css
README.md
styles.css Added styling for accent colours on Tiers and Offers (#20696) 2024-08-01 09:46:11 +00:00
tailwind.cjs
tailwind.config.cjs Add reusable UI components to ActivityPub (#20758) 2024-08-15 12:28:08 +02: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