Skip to content

coderdiaz/unicorn_components

 
 

Repository files navigation

Unicorn Components

Angular UI components kit of Unicorn Platform.


Install

npm install --save @unicorn.io/components

Usage

Import the module

import { UnicornComponentsModule } from '@unicorn.io/components';

@NgModule({
  imports: [
    UnicornComponentsModule.forRoot()
  ],
  ...
})
export class AppModule { }

Start using components

<uni-button label="My button"></uni-button>

Select styles theme (Optional)

@import './node_modules/@unicorn.io/components/styles/themes/cms/all'

Demo

http://components.servidorbeta.com

List of components

Group Component Naming Status + Info
Charts Chart <uni-chart> 🔵 + Info
" Legend <uni-chart-legend> 🔵 + Info
" Tooltip <uni-chart-tooltip> 🔴 + Info
Containers Accordion <uni-accordion> + Info
" Aside <uni-aside> + Info
" Body <uni-body> + Info
" Box <uni-box> + Info
" Header <uni-header> + Info
" Layout <uni-layout> + Info
" Modal <uni-modal> + Info
" Popup <uni-popup> + Info
" Row <uni-row> + Info
" Row Spacer <uni-row-spacer> + Info
" Tabs <uni-tabs> + Info
Forms Button toggle <uni-button-toggle> + Info
" Checkbox <uni-checkbox> + Info
" Code Editor <uni-code-editor> 🔴 + Info
" Date Picker <uni-date-picker> + Info
" Date Range Picker <uni-daterange-picker> + Info
" Date Time Picker <uni-datetime-picker> + Info
" Image Picker <uni-image-picker> 🔵 + Info
" Input <uni-input> + Info
" Radio <uni-radio> + Info
" Select <uni-select> + Info
" Slider <uni-slider> 🔵 + Info
" Slider Range <uni-slider-range> + Info
" Time Picker <uni-time-picker> + Info
" Toggle <uni-toggle> + Info
UI Button <uni-button> + Info
" Button File <uni-button-file> 🔵 + Info
" Button Group <uni-button-group> + Info
" Button Header <uni-button-header> + Info
" Button Menu <uni-button-menu> + Info
" Button Popup <uni-button-popup> + Info
" Calendar <uni-calendar> + Info
" Carousel <uni-carousel> 🔵 + Info
" Clock <uni-clock> + Info
" Datagrid <uni-datagrid> 🔵 + Info
" Filters <uni-filters> 🔵 + Info
" Filters List <uni-filters-list> 🔵 + Info
" List <uni-list> 🔵 + Info
" Menu <uni-menu> + Info
" Paginator <uni-paginator> + Info
" Tree <uni-tree> + Info
Utils Alert <uni-alert> + Info
" Badge <uni-badge> + Info
" Chip <uni-chip> 🔵 + Info
" Face <uni-face> + Info
" Icon <uni-icon> + Info
" Progress <uni-progress> + Info
" Separator <uni-separator> + Info
" Spinner <uni-spinner> + Info
" Toast <uni-toast> 🔴 + Info
" Tooltip <uni-tooltip> 🔴 + Info
Views Filtered Datagrid <uni-filtered-datagrid> 🔵 + Info
" Search Header <uni-search-header> 🔵 + Info

Legend:

Coming soon

🔵 Initial

Stable

🔴 Unstable

Deprecated

About

Angular UI components kit of Unicorn Platform.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 45.7%
  • CSS 43.2%
  • HTML 10.2%
  • JavaScript 0.9%