Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/const-se/selectize-bootstrap4-theme
Selectize Theme for Bootstrap 4
https://github.com/const-se/selectize-bootstrap4-theme
bootstrap bootstrap4 css sass scss select selectize theme web
Last synced: about 1 month ago
JSON representation
Selectize Theme for Bootstrap 4
- Host: GitHub
- URL: https://github.com/const-se/selectize-bootstrap4-theme
- Owner: const-se
- License: apache-2.0
- Created: 2018-09-10T09:22:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:53:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-20T05:03:02.854Z (7 months ago)
- Topics: bootstrap, bootstrap4, css, sass, scss, select, selectize, theme, web
- Language: SCSS
- Size: 513 KB
- Stars: 43
- Watchers: 4
- Forks: 15
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Selectize Theme for Bootstrap 4
[Selectize](https://selectize.github.io/selectize.js/) Theme (SCSS) based on the [Bootstrap 4](https://getbootstrap.com/) components.
## Table of Contents
- [Status](#status)
- [Quick Start](#quick-start)
- [TODO](#todo)
- [Creators](#creators)
- [Copyrights and License](#copyrights-and-license)## Status
[![GitHub release](https://img.shields.io/github/release/const-se/selectize-bootstrap4-theme.svg)](https://github.com/const-se/selectize-bootstrap4-theme/releases)
[![npm version](https://img.shields.io/npm/v/selectize-bootstrap4-theme.svg)](https://www.npmjs.com/package/selectize-bootstrap4-theme)
[![Packagist](https://img.shields.io/packagist/v/const-se/selectize-bootstrap4-theme.svg)](https://packagist.org/packages/const-se/selectize-bootstrap4-theme)
[![Github file size](https://img.shields.io/github/size/const-se/selectize-bootstrap4-theme/dist/css/selectize.bootstrap4.css.svg)](https://github.com/const-se/selectize-bootstrap4-theme/blob/master/dist/css/selectize.bootstrap4.css)
[![Github All Releases](https://img.shields.io/github/downloads/const-se/selectize-bootstrap4-theme/total.svg)](https://github.com/const-se/selectize-bootstrap4-theme)
[![npm](https://img.shields.io/npm/dt/selectize-bootstrap4-theme.svg)](https://www.npmjs.com/package/selectize-bootstrap4-theme)
[![Packagist](https://img.shields.io/packagist/dt/const-se/selectize-bootstrap4-theme.svg)](https://packagist.org/packages/const-se/selectize-bootstrap4-theme)## Quick Start
Several quick start options are available:
- [Download the latest release](https://github.com/const-se/selectize-bootstrap4-theme/archive/v2.0.2.zip)
- Clone the repo: `git clone [email protected]:const-se/selectize-bootstrap4-theme.git`
- Install with [npm](https://www.npmjs.com/): `npm install selectize-bootstrap4-theme`
- Install with [yarn](https://yarnpkg.com/): `yarn add selectize-bootstrap4-theme`
- Install with [composer](https://getcomposer.org/): `composer require const-se/selectize-bootstrap4-theme`Read the [Documentation](docs/en/index.md) for more information.
## TODO
- Attribute `readonly` support
- Pseudo-classes `:valid`, `:invalid` support
- Bootstrap class `custom-select` support
- Selectize plugin styles support## Creators
**Constantine Seleznyoff**
## Copyrights and License
Copyright 2018 [Constantine Seleznyoff](https://github.com/const-se).
Code released under the [Apache 2.0 License](https://github.com/const-se/selectize-bootstrap4-theme/blob/master/LICENSE).