File size: 576 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Themes
Displays the Theme Showcase, which resides on `/themes` and handles multi-site, single-site and Jetpack-site views.
## `theme-options.js`
Contains definitions for individual Theme options ('Activate', 'Customize' etc).
## `main.jsx`
The main parent component for the Themes module.
## `thanks-modal.jsx`
The post-activation 'Thanks' dialog.
## `helpers.js`
Contains helper functions.
## `theme-search-card`
The search bar for the Showcase.
## `themes-selection.jsx`
A large component that composes the search box, and the displayed list of themes below.
|