mui-plus-components
v1.0.23
Published
**π¦ A collection of additional components for Material UI (MUI), built with React and TypeScript.**
Readme
mui-plus-components
π¦ A collection of additional components for Material UI (MUI), built with React and TypeScript.
This package provides extra UI components that are not available in the official MUI library, helping you build professional UIs faster and more efficiently.
π Installation
yarn add mui-plus-components
# or
npm install mui-plus-componentsMake sure you have
@mui/material,@emotion/react, andreactinstalled as peer dependencies.
π¦ Dependencies
"Dependencies": {
"react": ">=18",
"react-dom": ">=18",
"@mui/material": ">=5 || >=7",
"@emotion/react": "^11",
"@emotion/styled": "^11"
}π§© Available Components
β
EllipsisTypography
A custom Typography component that truncates text with ellipsis (...) when the content overflows its container.
import { EllipsisTypography } from "mui-plus-components";
<EllipsisTypography lines={2}>
You can customize the number of lines to display before the text is truncated.
Adjust the "lines" prop as needed to control when the ellipsis appears.
</EllipsisTypography>;β
AnotherComponent (Example)
Brief description of another component in the package.
import { AnotherComponent } from "mui-plus-components";
<AnotherComponent prop="value" />;π Documentation
Full documentation for each component will be provided soon.
π€ Contributing
Contributions are welcome. You can propose new components, improvements, or bug fixes through the usual open-source workflow.
π License
MIT Β© Kerolos Magdy
