0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/apps/shade
Peter Zimon e2fad8bcb5
Added experimental section in Shade (#21875)
ref https://linear.app/ghost/issue/DES-1033/icon-implementation

The Storybook structure contained Lucide icons under "Components", but
it's an experimental component. This commit creates an Experimental
component group in Shade and updates the corresponding docs.
2024-12-12 12:12:23 +00:00
..
.storybook Added experimental section in Shade (#21875) 2024-12-12 12:12:23 +00:00
src Added experimental section in Shade (#21875) 2024-12-12 12:12:23 +00:00
test Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
.eslintrc.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
.gitignore Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
components.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
package.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
postcss.config.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
preflight.css Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
README.md Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
styles.css Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tailwind.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tailwind.config.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tsconfig.declaration.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tsconfig.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tsconfig.node.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
vite.config.ts Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00

Shade

Ghost Design System

Usage

TK

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