mbank-app-ui
v1.0.21
Published
mbank-app-ui mbank-app-ui is a React component library designed to provide reusable UI components for your applications.
Downloads
47
Readme
React + TypeScript + Vite
mbank-app-ui mbank-app-ui is a React component library designed to provide reusable UI components for your applications.
USAGE: Installation To use this library, you need to install zustand and include the necessary styles.
Installation First, make sure to install the required dependencies: npm install zustand then: npm install git+https://gitlab.com/eldosatalov/mbank-app-ui.git
Import Styles import 'mbank-app-ui/dist/style.css';
Import Components You can import and use the components from the library in your React application. Here's an example of how to import and use a button component: import { Button } from 'mbank-app-ui';
DEVELOPMENT: development in main.tsx
run "npm run build" before pushing