lebify-material-ui
v1.0.9
Published
Lebify-Material-UI is a UI component library designed to provide a range of UI elements like inputs, cards, and buttons ect . It utilizes custom class names to style components without the need for additional JavaScript or CSS. Simply apply a 'lebify' pre
Downloads
10
Readme
LEBIFY MATERIAL UI
Description
Lebify Material UI is a UI component library designed to provide a range of UI elements like inputs, cards, and buttons, ect. It utilizes custom class names to style components without the need for additional JavaScript or CSS. Simply apply a 'lebify' prefixed class to an element to style it according to the library's design system. All you need to do is include the library in your project and add the appropriate class names to your HTML elements.
Installation and Usage
To install Validator Toolkit using npm, run the following command:
npm install lebify-material-ui
CDN:
<!DOCTYPE html>
<html lang="en">
<head>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/index.css"
/>
</head>
<body></body>
<script src="https://unpkg.com/[email protected]/dist/index.js"></script>
</html>
How to use:
How to use:
To use the library, add the lebify-btn-custom
class to any HTML element. The following example will add a default button with the Lebify Material UI design and animation
lebify-btn-custom-1
tolebify-btn-custom-100
: Buttons with different styles and animations.lebify-pattern-custom-1
tolebify-pattern-custom-100
: Patterns with different styles and animations.
Example:
<!-- each button will come an default text you can override it by writing inside the button -->
<button class="lebify-btn-custom-1"></button>
<button class="lebify-btn-custom-2"></button>
<button class="lebify-btn-custom-3"></button>
<button class="lebify-btn-custom-4"></button>
ect...