Skip to content

Caido theme and components built on top of Material-UI and Allotment.

License

Notifications You must be signed in to change notification settings

bebiksior/caido-material-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caido Material UI

npm version

Caido theme and components built on top of Material-UI and Allotment.

Installation

pnpm add caido-material-ui

Usage

import React from "react";
import { createTheme, ThemeProvider } from "@mui/material/styles";
import { themeOptions, StyledSplitter, StyledBox } from "caido-material-ui";

export const App = () => {
  const theme = createTheme(themeOptions);

  return (
    <ThemeProvider theme={theme}>
      <StyledSplitter>
        <StyledBox className="p-2">Hello World</StyledBox>
        <StyledBox className="p-2">Hello World</StyledBox>
      </StyledSplitter>
    </ThemeProvider>
  );
};

Contributing

Contributions are welcome! Please open an issue or submit a PR.

About

Caido theme and components built on top of Material-UI and Allotment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published