Pretty Checkbox Components For Angular

Author: miladfm
Official Page: Go to website
Publish Date: August 12, 2019
License: MIT

Description:

A set of Angular components to create pretty, custom checkboxes, toggle switches, radio buttons on the app.

Install & import:

# Yarn
$ yarn add pretty-checkbox ngx-pretty-checkbox

# NPM
$ npm install pretty-checkbox ngx-pretty-checkbox --save
@import '~pretty-checkbox/src/pretty-checkbox.scss';
import { NgxPrettyCheckboxModule } from 'ngx-pretty-checkbox';

Use the component.

<p-checkbox>
  Default
</p-checkbox>

Previews:

Pretty Checkbox Components

Pretty Checkbox Components

Pretty Checkbox Components Switch

Switch

Pretty Checkbox Components Radio Buttons

Radio Buttons


You Might Be Interested In:

Add Comment