# Goals * Implement a page that showcases the entire Relay design system. Work off [this page](https://github.com/relaycc/relay/blob/develop/src/pages/design/index.tsx). * The page can be used both for testing and for developing UI components. * This page should further increase the explicit correspondence between our source code and our design file. * Every export from the `src/lib/design` directory needs to be displayed on the page. * Every important variant for each of the components need to be displayed on the page * Put all of the design-page-specific styles inside the design page file itself # Non-Goals * The only part of this page that needs to look good right is the UI components themselves, everything else should be functional only.
Goals
src/lib/designdirectory needs to be displayed on the page.Non-Goals