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>