1.0.111 • Published 2 years ago
@jon20111/mui-spacer v1.0.111
mui-spacer
A MUI component for adding space outside of components
Demo and full documentation here
Table of Contents
Features
MUI Spacer is a wrapper around a MUI Divider component. It adds space between components by creating a Divider with no border or any other visible feature.
Implementation
Install the Spacer:
npm install @jon20111/mui-spacer
Import the Spacer:
import Spacer from '@jon20111/mui-spacer'
Props: It can receive all Divider props, as well as a 'space' prop.
The space prop takes a string px value and uses that to size the Spacer.
Contributors
Jon Middaugh (https://github.com/Jon20111) and (https://smartdevpreneur.com/)
License
MIT @jon20111
npm run build
Builds the app for production to the dist
folder.\