Quote Block #12
Reference in New Issue
Block a user
Delete Branch "adilallo/component/QuoteBlock"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add QuoteBlock Component with Storybook Integration
Overview
This PR introduces a new QuoteBlock component that displays inspirational governance quotes with author attribution and decorative geometric elements. The component features three responsive variants (compact, standard, extended), comprehensive error handling, and full Storybook integration with accessibility compliance.
Changes
New QuoteBlock Component (
app/components/QuoteBlock.js)QuoteDecor Component (
app/components/QuoteDecor.js)Storybook Integration (
stories/QuoteBlock.stories.js)Storybook Configuration Updates
Screenshots
How to Test
Component Functionality
npm run storybook:localto start StorybookStorybook Features
Production Build
npm run storybook:restoreto switch to GitHub confignpm run build-storybookto build for productionNotes
Technical Implementation
::beforeand::after<blockquote>,<cite>, and ARIA attributes