Skip to content

chen4119/sambal-ui-material

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sambal-ui-material

A Sambal theme built with React and Material-UI. Require Sambal 0.1.x

To use sambal-ui-material theme for your Sambal project, add sambal-ui-material as a git submodule and npm workspace

git submodule add https://github.com/chen4119/sambal-ui-material.git

Add as workspace in package.json and run npm install again to install theme dependencies

{
    // ...other package.json configs
    "workspaces": [
        "sambal-ui-material"
    ]
}

Add theme config to your sambal.site.js

export const siteConfig = {
    // ...other configs
    theme: {
        name: "sambal-ui-material",
        options: {
            landingPage: false,                    // Render "/" as a landing page
            googleAnalyticsId: "<analytics ID>"
        }
    }
};

Start Sambal dev server

npx sambal serve

About

A Sambal theme built with React and Material UI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published