slidev-theme-rainforest

0.0.17 • Public • Published

slidev-theme-rainforest-slidev-theme

NPM version

A (...) theme for Slidev.

Install

Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.

---
theme: rainforest-slidev-theme
---

Learn more about how to use a theme.

Layouts

This theme provides the following layouts:

TODO:

Components

This theme provides the following components:

TODO:

Contributing

  • npm install
  • npm run dev to start theme preview of example.md
  • Edit the example.md and style to see the changes
  • npm run export to generate the preview PDF
  • npm run screenshot to generate the preview PNG

Integrate with daisyUI

npm i daisyui
  • setup/windicss.ts

    import { transform } from "windicss/helpers";
    
    export default defineWindiSetup(() => ({
      ...,
      plugins: [transform("daisyui")],
    }));

/slidev-theme-rainforest/

    Package Sidebar

    Install

    npm i slidev-theme-rainforest

    Weekly Downloads

    13

    Version

    0.0.17

    License

    none

    Unpacked Size

    546 kB

    Total Files

    25

    Last publish

    Collaborators

    • rainforest