• Introduction
  • Welcome
  • Introduction
  • Licenses
  • Getting Started
  • Installation
  • Editor Setup
  • Folder Structure
  • Create New Page
  • Starter Kit
  • Customization
  • Theme
  • Color
  • Sidebar & Topbar
  • Plugins
  • Layouts Settings
  • Layout
  • Vertical
  • Horizontal
  • Settings
  • Mode Setting
  • RTL Version
  • Components
  • TailwindCSS
  • Icons
  • Others
  • Sources & Credits
  • Changelog
  • Support
No Search Results

Folder Structure

  • Admin
  • .svelte-kit // Ready for the production use
    plugins //Extending Tailwind with reusable third-party plugins
    src
    • common
    • Layouts
      • Footer.svelte
      • Header.svelte
      • HorizontalLayout.svelte
      • RightSidebar.svelte
      • Sidebar.svelte
      • VerticalLayout.svelte
    • lib
      • index.js
    • routes
      • (admin)// All files with layouts.
      • (noauthlayout)// All files without layouts. e.g. authentication, landing pages.
      • +layout.svelte
    • services
      • i18n.js
    • app.html
    static
    • assets
      • fonts
      • images
      • lang
      • scss
    .eslintignore
    .eslintrc.cjs
    .gitignore
    .npmrc
    .prettierignore
    .prettierrc
    package.json
    postcss.config.js
    README.md
    svelte.config.js
    tailwind.config.js
    vite.config.js
v1.0.0
  • Demos
  • Changelog
  • Support