All Projects → ghiscoding → Aurelia-Bootstrap-Plugins

ghiscoding / Aurelia-Bootstrap-Plugins

Licence: MIT license
Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
typescript
32286 projects
CSS
56736 projects
C#
18002 projects

Projects that are alternatives of or similar to Aurelia-Bootstrap-Plugins

Aurelia Toolbelt
A bunch of components from bootstrap 4, jquery and vanilla js for Aurelia framework
Stars: ✭ 63 (+40%)
Mutual labels:  aurelia
Aurelia Realworld Example App
Exemplary real world application built with Aurelia
Stars: ✭ 183 (+306.67%)
Mutual labels:  aurelia
react-native-autocomplete-dropdown
Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
Stars: ✭ 87 (+93.33%)
Mutual labels:  typeahead
Store
Aurelia single state store based on RxJS
Stars: ✭ 103 (+128.89%)
Mutual labels:  aurelia
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (+233.33%)
Mutual labels:  aurelia
react-power-select
A highly composable & reusable select/autocomplete components
Stars: ✭ 63 (+40%)
Mutual labels:  typeahead
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+2111.11%)
Mutual labels:  aurelia
movielist
A demo application built using Aurelia.io to search for and list movies
Stars: ✭ 17 (-62.22%)
Mutual labels:  aurelia
Aurelia Ui Framework
A bespoke UI Framework built on Aurelia for desktop business application
Stars: ✭ 155 (+244.44%)
Mutual labels:  aurelia
aurelia-mdl-plugin
Material Design Lite plugin for Aurelia.
Stars: ✭ 19 (-57.78%)
Mutual labels:  aurelia
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (+160%)
Mutual labels:  aurelia
Webapiclientgen
Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
Stars: ✭ 134 (+197.78%)
Mutual labels:  aurelia
aurelia-dotnet-template
A starting point for new dotnet projects using the aurelia-framework with typescript and webpack.
Stars: ✭ 13 (-71.11%)
Mutual labels:  aurelia
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (+122.22%)
Mutual labels:  aurelia
bootstrap-5-autocomplete
autocomplete/typeahead js plugin for bootstrap v5
Stars: ✭ 79 (+75.56%)
Mutual labels:  typeahead
Sqlformat
.NET SQL Parser and Formatter Tool and SSMS Plugin
Stars: ✭ 49 (+8.89%)
Mutual labels:  aurelia
au-datatable
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Stars: ✭ 21 (-53.33%)
Mutual labels:  aurelia
aurelia-mdc-plugin
MDC (Material Design UI Components) plugin for Aurelia.
Stars: ✭ 13 (-71.11%)
Mutual labels:  aurelia
indicium
🔎 A simple in-memory search for collections and key-value stores.
Stars: ✭ 41 (-8.89%)
Mutual labels:  typeahead
bindable
A design system built in Aurelia JS that allows for faster and easier web development.
Stars: ✭ 20 (-55.56%)
Mutual labels:  aurelia

Aurelia-Bootstrap-Plugins

Introduction

Aurelia-Bootstrap-Plugins was coded to bridge with a set of commonly used 3rd party Bootstrap addons. The goal of these Plugins is to support, as much as possible, the full suite of (options, methods & events) from their original 3rd party addons while easily using them in Aurelia.

Demo page

https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins/

Available plugins

Available plugins (separate module)

Planned plugins

  • Aurelia-Bootstrap-Typeahead / source Typeahead.js
    • got no time to work on this, it is not coming anytime soon, however I do have a working proof of concept with remote/prefetch, just no time to finish it.

Samples

A quick Aurelia skeleton for CLI, WebPack and the all new ASP.Net Core WebPack 2.x (Jods new version) were put in place to demonstrate all the currently available plugins usage of Aurelia-Bootstrap-Plugins. All samples are configured to run at http://localhost:9000

npm install can be replaced by yarn install if you prefer yarn

Aurelia-CLI

git clone https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins
cd client-cli
npm install # or: yarn install
au run --watch

Aurelia-Webpack

Uses Aurelia-Navigation-Skeleton which is based on the new Jods Aurelia-WebPack 2.x base

git clone https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins
cd client-wp
npm install # or: yarn install
npm start # or: yarn start

Aurelia ASP.Net Core - WebPack (typescript)

This is based on the new Jods Aurelia-WebPack 2.x base, please make sure to read his Wiki - Getting Started

git clone https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins
cd client-aspnetcore-ts
npm install # or: yarn install
set ASPNETCORE_ENVIRONMENT=Development
dotnet restore
dotnet watch run

License

MIT License

Contributions/Comments

Contributions are welcome. This plugin was created to help the community (and myself), if you wish to suggest something and/or want to make a PR (Pull Request), please feel free to do so.

Use it, like it?

You like and use an Aurelia-Bootstrap-Plugins, don't forget to upvote and spread the word.

Like my work?

If you like my work, you can also support me with caffeine 😄 Buy Me a Coffee

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].