@rotateknik/rt-std-wc
v1.2.9
Published
This library was made for all projects to have standard web components.
Downloads
9,538
Readme
# Rota Standart Web Components
This library was made for all projects to have standard web components.
Note: This library was generated with Angular CLI version 11.0.9.
Note: When using this library, pay attention to the Angular CLI version. Note that the library has to be recompiled for different versions
Installation
1- ng new example 2- cd example 3- npm i @rotateknik/rt-std-wc
Contents
1- Styles
1.1- Accordion
1.2- Autocomplete
1.3- Button
1.4- Checkbox
1.5- Chip
1.6- Form Elements
1.7- Radio Button
1.8- Scrollbar
1.9- Slide Toggle
1.10- Rota Theme Colors
2- Components
2.1- Feedback
2.2- Loading Indicator
2.3- Popover
2.4- Select Menu
2.5- Tabs
3- Services
3.1- Feedback
3.2- Popover
3.3- Form Validator
Usage
Add this command to app.module.ts file:
import { RTSTDWCModule } from '@rotateknik/rt-std-wc';Now add this command to style.scss file:
@import '~@rotateknik/rt-std-wc/src/lib/styles/index.scss';
@import "~ag-grid-community/dist/styles/ag-grid.css";
@import "~ag-grid-community/dist/styles/ag-theme-balham.css";
@import "~ag-grid-community/dist/styles/ag-theme-balham-dark.css";
@import "~ag-grid-community/dist/styles/ag-theme-blue.css";
@import "~ag-grid-community/dist/styles/ag-theme-bootstrap.css";
@import "~ag-grid-community/dist/styles/ag-theme-dark.css";
@import "~ag-grid-community/dist/styles/ag-theme-fresh.css";
@import "~ag-grid-community/dist/styles/ag-theme-material.css";Note: Check out the git repo for example usages.
