JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 458
  • Score
    100M100P100Q109925F
  • License MIT

Portfolio theme for NexPress.

Package Exports

  • @nexpress/theme-portfolio
  • @nexpress/theme-portfolio/components/error
  • @nexpress/theme-portfolio/components/members-error

Readme

@nexpress/theme-portfolio

Portfolio theme for NexPress. Project-grid landing page, case-study layouts, image-led detail pages. Suited for design / studio / agency sites.

Install

pnpm add @nexpress/theme-portfolio
// nexpress.config.ts
import portfolioTheme from "@nexpress/theme-portfolio";

export default defineConfig({
  // ...
  themes: [portfolioTheme],
  defaultTheme: portfolioTheme.manifest.id,
});

For authoring your own theme see @nexpress/theme.

License

MIT