2.2.2 • Published 1 year ago

slim-select-prefabs v2.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm Release new version to NPMJS Create new GitHub Release

flatpickr-prefabs

A collection of slim-select prefabs

Install

NPM

npm i slim-select-prefabs

CDN

<script src="https://unpkg.com/slim-select-prefabs/dist/index.min.js"></script> <link href="https://unpkg.com/slim-select-prefabs/dist/site.css"></link>

Usage

Client

Add the class ddlClientID to your select element

index.html

<select id="ddlClientID" class="ddlClientID">
</select>

index.js

import { ddlClientInitialise } from 'slim-select-prefabs'

ddlClientInitialise()

Client Contact

Add the class ddlClientContactID to your select element

index.html

<select id="ddlClientContactID" class="ddlClientContactID">
</select>

index.js

import { ddlClientContactInitialise } from 'slim-select-prefabs'

ddlClientContactInitialise()

Log Contact Type

Add the class ddlLogContactTypeID to your select element

index.html

<select id="ddlLogContactTypeID" class="ddlLogContactTypeID">
</select>

index.js

import { ddlLogTypeInitialise } from 'slim-select-prefabs'

ddlLogTypeInitialise()

Generic

Add the class ddlGeneric to your select element

index.html

<select id="ddlProducts" class="ddlGeneric">
</select>

index.js

import { ddlGenericInitialise } from 'slim-select-prefabs'

ddlGenericInitialise()

Style

If you are using SCSS you can import the styles into your SCSS file with

@import "node_modules/slim-select-prefabs/dist/site.css";
1.0.9

1 year ago

2.2.1

1 year ago

2.1.1

1 year ago

2.2.2

1 year ago

1.0.10

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.8

1 year ago

1.0.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago