1.3.21 • Published 3 months ago

mfg-ui-components v1.3.21

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

A modern and reusable UI components package for React applications built with TypeScript. This library offers customizable, flexible, and user-friendly UI elements for faster development.

Installation

Install the package using npm or yarn:

npm install mfg-ui-components
# or
yarn add mfg-ui-components

Demo Link

Go to documentation for batter understanding and use

Usage

Import and use the components in your React application:

Please import the stylesheet before importing any of the component.

import React from 'react';
import "mfg-ui-components/dist/styles.css";
import { Button } from 'mfg-ui-components';

const App: React.FC = () => {
  const handleClick = () => alert('Button clicked!');

  return <Button onClick={()=> handleClick()} ButtonClass='primary' ButtonId={"customId"} ariaSelected={true} children={"link label"} customClass={"buttonCustomClass"} />;
};

export default App;

Available Components

Component NameDescription
AccordianA component for creating collapsible content.
AlertA component for displaying alerts to users.
BannerA component for displaying a banner or header at the top of a page.
BreadCrumbA component for displaying breadcrumb navigation.
ButtonA component for creating clickable buttons.
CardA component for displaying content in a card-like format.
DatePickerA component for selecting a date from a calendar.
DragDropA component for implementing drag and drop functionality.
DragableA component for making elements draggable.
DropdownA component for displaying a dropdown menu.
FlexWrapA component for creating a flexible container with wrapping content.
HeadingA component for displaying headings or titles.
ImageA component for displaying images.
ImageGallerySliderA component for displaying a gallery of images with sliding functionality.
ImageSliderA component for displaying a slider for displaying images.
LabelA component for displaying labels or text.
ListA component for displaying a list of items.
ListItemA component for displaying a single item in a list.
LoaderA component for displaying a loading indicator.
ModalA component for displaying a modal window.
MultiselectDropdownA component for creating a multi-select dropdown menu.
NavBarA component for displaying a navigation bar.
PaginationA component for displaying pagination for navigating through multiple pages.
ProgressBarA component for displaying a progress bar.
RangeSliderA component for displaying a range slider for selecting a range of values.
SearchA component for creating a search bar or input field for searching.
SelectA component for creating a dropdown or select input field.
SelectOptionsA component for displaying options in a select input field.
StickyNoteA component for displaying sticky notes for reminder of pending tasks
SwitchA component for creating a toggle switch.
TabMenuA component for creating a tab menu or navigation with multiple tabs.
TableWithColA component for displaying a table with columns.
TableWithoutColA component for displaying a table without columns.
TextEditorA component for creating a text editor or input field for editing text.
TextFieldA component for creating a text input field.
WrapperA component for creating a flexible container for wrapping content.
ToolTipA component for displaying tooltips or pop-up messages.

Contact me for more details.

1.3.21

3 months ago

1.3.20

3 months ago

1.3.19

3 months ago

1.3.18

3 months ago

1.3.17

3 months ago

1.3.16

3 months ago

1.3.15

3 months ago

1.3.14

3 months ago

1.3.13

3 months ago

1.3.12

3 months ago

1.3.11

3 months ago

1.3.10

3 months ago

1.3.9

3 months ago

1.3.8

3 months ago

1.3.7

3 months ago

1.3.6

3 months ago

1.3.5

3 months ago

1.3.4

3 months ago

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1

3 months ago

1.3.0

3 months ago

1.2.0

3 months ago

1.1.0

3 months ago

1.0.1

3 months ago

0.0.10

3 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago

1.0.0

3 months ago