custom-components-lib-yumi
v1.0.3
Published
Custom-components-lib is a custom component library based on React and MUI, packaged as an npm module with Storybook support and built with Webpack.
Readme
Custom-components-lib
🌐 English
Custom-components-lib is a custom component library based on React and MUI, packaged as an npm module with Storybook support and built with Webpack.
📄 Task
The task for this project is described in detail in the Google Document.
🚀 How to Run the App
Install the library via npm:
npm install custom-components-lib-yumiOr via yarn:
yarn add custom-components-lib-yumi🛠️ Usage
Example usage of the Button component:
import React from "react";
import { Button } from "custom-components-lib-yumi";
function App() {
return <Button variant="contained">Click me</Button>;
}
export default App;📖 Documentation
To view all available components, run Storybook:
npm run storybook🌐 Русский
Custom-components-lib - это библиотека кастомных компонентов, основанных на React и MUI, упакованная как npm module с поддержкой Storybook и собранная с Webpack.
Задача
Задача этого проекта детально описана в Google Document.
🚀 Как Запустить Приложение
Установите библиотеку через npm:
npm install custom-components-lib-yumiИли yarn:
yarn add custom-components-lib-yumi🛠️ Использование
Пример использования компонента Button:
import React from "react";
import { Button } from "custom-components-lib-yumi";
function App() {
return <Button variant="contained">Click me</Button>;
}
export default App;📖 Документация
Чтобы увидеть все доступные компоненты, запустите Storybook:
npm run storybook