Feat: Add PricingCard component #3221 (#3634)

### What problem does this PR solve?

Feat: Add PricingCard component #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-25 16:21:47 +08:00
committed by GitHub
parent ce6b4c0e05
commit 4454b33e51
7 changed files with 224 additions and 3 deletions

View File

@ -28,8 +28,11 @@ module.exports = {
'colors-outline-sentiment-primary':
'var(--colors-outline-sentiment-primary)',
'colors-outline-neutral-strong': 'var(--colors-outline-neutral-strong)',
'colors-text-core-standard': 'var(--colors-text-core-standard)',
'colors-text-neutral-strong': 'var(--colors-text-neutral-strong)',
'colors-text-neutral-standard': 'var(--colors-text-neutral-standard)',
primary: {
DEFAULT: 'hsl(var(--primary))',