caido-components

1.0.0 • Public • Published

Caido Components

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

Installation

pnpm add caido-components

Usage

import { StyledBox, StyledSplitter } from "caido-components";

const MyComponent = () => {
  return (
    <StyledSplitter>
      <StyledBox>Left Panel</StyledBox>
      <StyledBox>Right Panel</StyledBox>
    </StyledSplitter>
  );
};

Contributing

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

Readme

Keywords

none

Package Sidebar

Install

npm i caido-components

Weekly Downloads

68

Version

1.0.0

License

ISC

Unpacked Size

9.22 kB

Total Files

7

Last publish

Collaborators

  • bebiks