0.3.16 • Published 2 years ago

mch-ui-kit-test v0.3.16

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Components

Description

React UI components.

Installation

yarn add @mch-group/uikit-components
npm --save install @mch-group/uikit-components

Additionally install the peer dependencies (if not present)

yarn add react
npm --save install react

Components

Actions

  • Button
  • ButtonBackToTop
  • ButtonFilter
  • ButtonIcon
  • ButtonToggle
  • TextLink

Feedback

  • Modal
  • ProgressBar
  • Snackbar
  • Tag

Inputs

  • Checkbox
  • Dropdown
  • Email
  • Password
  • Radio
  • Search
  • Switch
  • Text
  • TextArea

Structure

  • Accordions
  • Cards
  • Grid
  • ProductTitle

Utils

  • Icon

Usage

import { Button } from '@mch-group/uikit-components';

const Example = () => {
  return (
    <div>
      <Button variant="primary">Primary Button</Button>
    </div>
  );
};

export default Example;
0.3.9

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.2.6

2 years ago

0.1.7

3 years ago

0.2.8

2 years ago

0.1.9

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.3

3 years ago

0.2.5

2 years ago

0.1.6

3 years ago

0.2.4

2 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago