@sq-ui/ng-datetime-picker
v2.0.4
Published
Simple Quality UI Datetime-Picker for Angular
Downloads
107
Readme
@sq-ui/ng-datetime-picker
Simple Quality UI kit for Angular
built by developers for developers!
Docs
You will find a description of the public API for each component. The components are grouped by modules. Any properties you can see through code inspection that are left out from this documentation are for internal use and you should not rely on them.
Any types of public interfaces and services are also included.
- Home Page
- Installation
- FormElementsModule
- ModalModule
- ProgressBarModule
- DatetimePickerModule
- DatatableModule
- CommonModule
- About us
- Live examples
- Troubleshooting
BREAKING CHANGES:
The 2.0.1 relases of all packages are compatible with Angular 14+. If you need a backwards-compatible version, please refer to 1.x.y packages, as stated below.
Installation
npm i @sq-ui/ng-datetime-picker --save
-- or --
yarn add @sq-ui/ng-datetime-picker
Usage
Import the NgDatetimePickerModule in your module:
import { NgDatetimePickerModule } from '@sq-ui/ng-datetime-picker';
and then include it in the imports
array of your @NgModule() decorator:
@NgModule({
declarations: [ //... ],
imports: [
NgDatetimePickerModule,
//...
],
//...
Apply styling to the components
To use our styling just add the class="sq"
on a parent element.
<body class="sq">
...
<sq-datetime-picker ...></sq-datetime-picker>
<sq-time-picker ...></sq-time-picker>
...
</body>
Support
- Use NG-SQ-UI in your daily work.
- Star ⭐ it if you like.
- Join us on ng slack or our main SQ slack channel.
- Follow us on twitter to get latest updates.
- Or simply send an email to contact[at]sq-ui.xyz.
- Sponsor with DevToken
- Tip us with BAT from brave awards or download brave
Contribution
Want to file a bug, contribute some code, or improve documentation? Read up on our Contributing Guide before making a pull request.
LICENSE
- MIT
- Feel free to use and contribute to the development.
Contributors
Thanks goes to these wonderful people!
This project follows the all-contributors specification. Contributions of any kind welcome!