1.3.21 • Published 10 months ago

mfg-ui-components v1.3.21

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

1.3.20

10 months ago

1.3.19

10 months ago

1.3.18

10 months ago

1.3.17

10 months ago

1.3.16

10 months ago

1.3.15

10 months ago

1.3.14

10 months ago

1.3.13

10 months ago

1.3.12

10 months ago

1.3.11

10 months ago

1.3.10

10 months ago

1.3.9

10 months ago

1.3.8

10 months ago

1.3.7

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.1

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

1.0.0

10 months ago