All Projects → papakay → Selectize Bootstrap 4 Style

papakay / Selectize Bootstrap 4 Style

Selectize (https://github.com/selectize/selectize.js) Theme for Bootstrap v4.4.1

Projects that are alternatives of or similar to Selectize Bootstrap 4 Style

Formbase
Better default styles for common input elements.
Stars: ✭ 560 (+775%)
Mutual labels:  select, scss
Stf Vue Select
stf vue select - most flexible and customized select
Stars: ✭ 61 (-4.69%)
Mutual labels:  select
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-15.62%)
Mutual labels:  scss
Next React Graphql Apollo boostrap
React + GraphQL + Next.js project architecture that I play with right now
Stars: ✭ 59 (-7.81%)
Mutual labels:  scss
Rebirth
A Beautiful And Powerful Ghost Theme
Stars: ✭ 56 (-12.5%)
Mutual labels:  scss
Ngx Tree Select
Angular select component with tree items
Stars: ✭ 59 (-7.81%)
Mutual labels:  select
React Frontend Dev Portfolio
Easy to adapt and deploy React portfolio inspired with solutions found at GitHub.
Stars: ✭ 55 (-14.06%)
Mutual labels:  scss
Selectivity
Modular and light-weight selection library
Stars: ✭ 1,113 (+1639.06%)
Mutual labels:  select
Roman.nurik.net
My personal site.
Stars: ✭ 60 (-6.25%)
Mutual labels:  scss
Incontent
Image content with description building with CSS3 and SASS/LESS.
Stars: ✭ 58 (-9.37%)
Mutual labels:  scss
Openshift Origin Design
Design repository for all things OpenShift
Stars: ✭ 58 (-9.37%)
Mutual labels:  scss
Zeva
a modern and minimalist ui framework for building responsive and modern frontends
Stars: ✭ 57 (-10.94%)
Mutual labels:  scss
Rizzo Next
The evolution of Lonely Planet's pattern library.
Stars: ✭ 59 (-7.81%)
Mutual labels:  scss
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-14.06%)
Mutual labels:  scss
Design System Starter
🚀 The Australian Government Design System - Starter
Stars: ✭ 61 (-4.69%)
Mutual labels:  scss
Jekyll Assets
🎨 Asset pipelines for Jekyll.
Stars: ✭ 1,083 (+1592.19%)
Mutual labels:  scss
Genesis Starter Theme
This repo is no longer maintained. The starter theme can now be found at:
Stars: ✭ 57 (-10.94%)
Mutual labels:  scss
React Native Modal Dropdown
A react-native dropdown/picker/selector component for both Android & iOS.
Stars: ✭ 1,103 (+1623.44%)
Mutual labels:  select
Numix Gtk Theme
A modern flat theme with a combination of light and dark elements.
Stars: ✭ 1,122 (+1653.13%)
Mutual labels:  scss
Zwtopselectvcview
快速导入多个控制器,通过顶部选择菜单切换控制器,实现一个页面多个控制器切换处理.(It's an so easy way to add your all kinds of childControllers into superViewController, then you can slide around or just click on the topButton which is automatically building in the topView to switch your childViewController.)
Stars: ✭ 61 (-4.69%)
Mutual labels:  select

Getting Started

Bootstrap 4 theme for selectize.

Requirements

  • Bootstrap 4

Bootstrap 4 theme depends on the bootstrap variables file. Bootstrap version 4.4.1 is currently supported and tested.

// Import Your bootstrap scss files here
/*******************************************************
  * Bootstrap v4.4.1 (http://getbootstrap.com)
********************************************************/
@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
@import "bootstrap/print";
@import "bootstrap/reboot";
@import "bootstrap/type";
@import "bootstrap/images";
@import "bootstrap/code";
@import "bootstrap/grid";
@import "bootstrap/tables";
@import "bootstrap/forms";
@import "bootstrap/buttons";
@import "bootstrap/transitions";
@import "bootstrap/dropdown";
@import "bootstrap/button-group";
@import "bootstrap/input-group";
@import "bootstrap/custom-forms";
@import "bootstrap/nav";
@import "bootstrap/navbar";
@import "bootstrap/card";
@import "bootstrap/breadcrumb";
@import "bootstrap/pagination";
@import "bootstrap/badge";
@import "bootstrap/jumbotron";
@import "bootstrap/alert";
@import "bootstrap/progress";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/close";
@import "bootstrap/modal";
@import "bootstrap/tooltip";
@import "bootstrap/popover";
@import "bootstrap/carousel";
@import "bootstrap/utilities";

/*******************************************************
  Import Selectize Bootstrap 4 Style
********************************************************/
@import "selectize/selectize.bootstrap4";

LICENSE

(The MIT license)

Copyright (c) Kehinde Alabi

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