Build for SmartERP, and SmartPOS Components
composer require sophat/elements'providers' => [
/*
* Laravel Framework Service Providers...
*/
...
Sophat\Elements\ElementsServicesProvider::class,
] "autoload": {
"psr-4": {
...
"Sophat\\Elements\\":"vendor/sophat/elements/src"
}
},Add ./vendor/sophat/elements/src/view/*.blade.php inside content to compiling style from package.
content: [
...
"./vendor/sophat/elements/src/view/*.blade.php",
],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 watchto start server
php artisan serve-
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)
The MIT License (MIT). Please see License File for more information.