angular2-simple-ui
Version:
Angular 2 Simple Material Design UI Components customisable with Simple 30 KB CSS with LESS support and full features support , just plugin up and run for clarity look at sample examples
67 lines (46 loc) • 2.13 kB
Markdown
# angular2-simple-ui
Material Design with Simple 30KB CSS File for fast rendering
## Setting Up / Installation ##
npm install --save angular2-simple-ui
Include Sui-Module in your app.module.ts
import { SuiModule } from 'angular2-simple-ui/sui/sui.module';
If you don't have any changes simply import style.less into your app.component.ts
import 'angular2-simple-ui/public/css/style.less';
If you want CSS file
import 'angular2-simple-ui/public/css/style.css';
Thats all you are up and running
### For Navigation Components ###
import { INavigationModel,
NavigationModel,
RouteLinkModel } from 'angular2-simple-ui/sui/sui.navigation/sui.navigation.model';
### For Form Components ###
import { FormBase,
TextboxField,
DropdownField,
FileField,
RadioField } from 'angular2-simple-ui/sui/sui.util/sui.util.formBase';
### For Table Components ###
import {
TableModel,
ColumnModel,
EnumFieldType,
EnumEditType
} from 'angular2-simple-ui/sui/sui.table/sui.table.model';
## Change Themes ##
import variable.less and change Values as per your theme
import variable.less into your style.less and include what ever styles you require for
* 'base.less'; // base normalized less file
* 'font.less'; // ROBO Font file , need to change fonts just import font.less and update it
* 'core.less'; //cor style sheets
* 'grid.less'; // if you want to use Simple UI Grid styles import this
* 'typography.less'; // Simple UI Material Design typography
* 'nav.less'; // Navigation Style sheets
* 'button.less'; // Button Style Sheets
* 'modal.less'; // Modal / Dialog Style Sheets
* 'form.less'; // Input Form Components Style Sheets
* 'table.less'; // Table Style Sheets
* 'accordion.less'; // Accordion Style Sheet
* 'card.less'; // Card Style Sheet
* 'animate.less'; // Simple Animation library
* 'util.less'; // Most Helpful Utils
* 'colors.less'; // Material Colors