sophat/elements
Composer 安装命令:
composer require sophat/elements
包简介
Sophat/Elements components is Build for SmartERP, and SmartPOS Components
README 文档
README
About Sophat/Elements
Build for SmartERP, and SmartPOS Components
Installation
You can install the package via composer:
composer require sophat/elements
Usage
Inside providers of config/app.php
'providers' => [ /* * Laravel Framework Service Providers... */ ... Sophat\Elements\ElementsServicesProvider::class, ]
Inside providers of composer.json
"autoload": { "psr-4": { ... "Sophat\\Elements\\":"vendor/sophat/elements/src" } },
Tailwindcss Styling Support:
Add ./vendor/sophat/elements/src/view/*.blade.php inside content to compiling style from package.
content: [ ... "./vendor/sophat/elements/src/view/*.blade.php", ],
If compiling via Laravel Modules package:
const path = require('path');
content: [ ... path.join(__dirname, "../../vendor/sophat/**/src/**/*.blade.php"), path.join(__dirname, "../../vendor/sophat/**/src/**/**/*.blade.php"), ]
then compile css with Tailwindcss
npm run watch
to start server
php artisan serve
Components
-
Buttons:(New)Button Groups:(New)Headers: Coming soonFlyout Menus: Coming soonBanners: Coming soonBadges: Coming soonDropdowns: Coming soon
-
Sections: Coming soonHeadings Sections: Coming soonHero Sections: Coming soonFeature Sections: Coming soonCTA Sections: Coming soonPricing Sections: Coming soonHeader Sections: Coming soonNewsletter Sections: Coming soonStats: Coming soonTestimonials: Coming soonBlog Sections: Coming soonContact Sections: Coming soonTeam Sections: Coming soonLogo Clouds: Coming soonFAQs: Coming soonFooters: Coming soon
-
Page Status: Coming soon404 Pages: Coming soon500 Pages: Coming soon
-
Stats:(New)
Contributors
Community
Issues
Discussions
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-20