A component browser for tracking the status of WordPress design system components across @wordpress/components, @wordpress/ui, and @wordpress/dataviews.
npm install
npm run devThen open http://localhost:5173.
src/
├── kanban-board.jsx # Main component — all data and demos live here
├── main.jsx # React entry point
├── design-tokens.css # WPDS CSS custom properties
└── dataviews-overrides.css # DataViews layout overrides
- Vite + React
@wordpress/admin-ui— Page shell@wordpress/ui— Design System components@wordpress/components— Classic component library@wordpress/dataviews— DataViews, DataForm, DataViewsPicker