# @dao-dao/stateless

React components, React hooks, and other stateless rendering utilities which do
not access live data.

## Layout

| Location                       | Summary                                               |
| ------------------------------ | ----------------------------------------------------- |
| [`components`](./components)   | Individual React components.                          |
| [`hooks`](./hooks)             | React hooks.                                          |
| [`pages`](./pages)             | React components pieced together into complete pages. |
| [`styles`](./styles/index.css) | CSS.                                                  |
| [`theme`](./theme/index.tsx)   | Theme system components and hooks.                    |
