All Projects → Karasiq → Scalajs Bootstrap

Karasiq / Scalajs Bootstrap

Licence: mit
Scala.js bootstrap components

Programming Languages

javascript
184084 projects - #8 most used programming language
scala
5932 projects
scalajs
39 projects

Projects that are alternatives of or similar to Scalajs Bootstrap

Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+12341.82%)
Mutual labels:  components, bootstrap, html5
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-63.64%)
Mutual labels:  bootstrap, html5
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-74.55%)
Mutual labels:  bootstrap, html5
Grav Theme Landio
Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
Stars: ✭ 28 (-49.09%)
Mutual labels:  bootstrap, html5
Slim.js
Fast & Robust Front-End Micro-framework based on modern standards
Stars: ✭ 789 (+1334.55%)
Mutual labels:  html5, dom
Librecms
Free Open Source Content Management System, based on PHP, Bootstrap and jQuery.
Stars: ✭ 12 (-78.18%)
Mutual labels:  bootstrap, html5
Preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
Stars: ✭ 30,527 (+55403.64%)
Mutual labels:  components, dom
Shards React
⚛️A beautiful and modern React design system.
Stars: ✭ 639 (+1061.82%)
Mutual labels:  components, bootstrap
Nodejs Socketio Chat App
MEAN Stack & Socket.IO Real-time Chat App | A MEAN stack based Real Time chat application
Stars: ✭ 45 (-18.18%)
Mutual labels:  bootstrap, html5
Vuedarkmode
👩‍🎨👨‍🎨 A minimalist dark design system for Vue.js. Based components designed for the insomniacs who enjoy dark interfaces as much as we do.
Stars: ✭ 1,034 (+1780%)
Mutual labels:  components, bootstrap
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+1789.09%)
Mutual labels:  html5, dom
Sinuous
🧬 Light, fast, reactive UI library
Stars: ✭ 740 (+1245.45%)
Mutual labels:  reactive, dom
Samsara
☸️ Continuous UI
Stars: ✭ 1,051 (+1810.91%)
Mutual labels:  reactive, html5
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-76.36%)
Mutual labels:  bootstrap, html5
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+10758.18%)
Mutual labels:  web-app, html5
Ph2date
💕 Powerful & lightweight PHP Dating Script built with CodeIgniter 2.X and Bootstrap + jQuery 💖
Stars: ✭ 20 (-63.64%)
Mutual labels:  web-app, bootstrap
Bootstrap Fileinput
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
Stars: ✭ 5,097 (+9167.27%)
Mutual labels:  bootstrap, html5
Ngx Bootstrap
Fast and reliable Bootstrap widgets in Angular (supports Ivy engine)
Stars: ✭ 5,343 (+9614.55%)
Mutual labels:  components, bootstrap
Freemo
A free resume,portfolio and CV HTML template
Stars: ✭ 30 (-45.45%)
Mutual labels:  bootstrap, html5
Gomponents
Declarative view components in Go, that can render to HTML5.
Stars: ✭ 49 (-10.91%)
Mutual labels:  html5, dom

scalajs-bootstrap Build Status Scala.js Maven Central

Reactive Scala.js bootstrap components

How to use

Add line to your build.sbt (also requires bootstrap.css and bootstrap.js at runtime):

// Bootstrap 3
libraryDependencies += "com.github.karasiq" %%% "scalajs-bootstrap" % "2.3.5"

// Bootstrap 4 beta
libraryDependencies += "com.github.karasiq" %%% "scalajs-bootstrap-v4" % "2.3.5"

Import bootstrap context:

import com.karasiq.bootstrap.Bootstrap.default._, scalaTags.all._ 

Examples

License

The MIT License (MIT)

Copyright (c) 2016 Karasiq

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].