1.0.1 • Published 7 years ago

@unicorn.io/components v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Unicorn Components

Angular UI components kit of Unicorn Platform.


Install

npm install --save @unicorn.io/components

Demo

https://nitsnets.github.io/unicorn_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'

List of components

GroupComponentNamingStatusDocsDemo
ChartsChart<uni-chart>:large_blue_circle:Docs-
"Legend<uni-chart-legend>:large_blue_circle:Docs-
"Tooltip<uni-chart-tooltip>:red_circle:Docs-
ContainersAccordion<uni-accordion>:white_check_mark:DocsDemo
"Aside<uni-aside>:white_check_mark:DocsDemo
"Body<uni-body>:white_check_mark:DocsDemo
"Box<uni-box>:white_check_mark:DocsDemo
"Header<uni-header>:white_check_mark:DocsDemo
"Layout<uni-layout>:white_check_mark:DocsDemo
"Modal<uni-modal>:white_check_mark:Docs-
"Popup<uni-popup>:white_check_mark:DocsDemo
"Row<uni-row>:white_check_mark:DocsDemo
"Row Spacer<uni-row-spacer>:white_check_mark:DocsDemo
"Tabs<uni-tabs>:white_check_mark:DocsDemo
FormsButton toggle<uni-button-toggle>:white_check_mark:DocsDemo
"Checkbox<uni-checkbox>:white_check_mark:DocsDemo
"Code Editor<uni-code-editor>:red_circle:Docs-
"Date Picker<uni-date-picker>:white_check_mark:DocsDemo
"Date Range Picker<uni-daterange-picker>:white_check_mark:DocsDemo
"Date Time Picker<uni-datetime-picker>:white_check_mark:DocsDemo
"Image Picker<uni-image-picker>:large_blue_circle:Docs-
"Input<uni-input>:white_check_mark:DocsDemo
"Radio<uni-radio>:white_check_mark:DocsDemo
"Select<uni-select>:white_check_mark:DocsDemo
"Slider<uni-slider>:large_blue_circle:DocsDemo
"Slider Range<uni-slider-range>:large_blue_circle:DocsDemo
"Time Picker<uni-time-picker>:white_check_mark:DocsDemo
"Toggle<uni-toggle>:white_check_mark:DocsDemo
UIButton<uni-button>:white_check_mark:DocsDemo
"Button File<uni-button-file>:large_blue_circle:DocsDemo
"Button Group<uni-button-group>:white_check_mark:DocsDemo
"Button Header<uni-button-header>:white_check_mark:DocsDemo
"Button Menu<uni-button-menu>:white_check_mark:DocsDemo
"Button Popup<uni-button-popup>:white_check_mark:DocsDemo
"Calendar<uni-calendar>:white_check_mark:DocsDemo
"Carousel<uni-carousel>:large_blue_circle:Docs-
"Clock<uni-clock>:white_check_mark:DocsDemo
"Datagrid<uni-datagrid>:large_blue_circle:DocsDemo
"Filters<uni-filters>:large_blue_circle:DocsDemo
"Filters List<uni-filters-list>:large_blue_circle:Docs-
"List<uni-list>:large_blue_circle:DocsDemo
"Menu<uni-menu>:white_check_mark:DocsDemo
"Paginator<uni-paginator>:white_check_mark:DocsDemo
"Tree<uni-tree>:white_circle:Docs-
UtilsAlert<uni-alert>:white_check_mark:DocsDemo
"Badge<uni-badge>:white_check_mark:DocsDemo
"Chip<uni-chip>:large_blue_circle:DocsDemo
"Face<uni-face>:white_check_mark:DocsDemo
"Icon<uni-icon>:white_check_mark:Docs-
"Progress<uni-progress>:white_check_mark:DocsDemo
"Separator<uni-separator>:white_check_mark:Docs-
"Spinner<uni-spinner>:white_check_mark:DocsDemo
"Toast<uni-toast>:red_circle:Docs-
"Tooltip<uni-tooltip>:red_circle:Docs-
ViewsFiltered Datagrid<uni-filtered-datagrid>:large_blue_circle:Docs-
"Search Header<uni-search-header>:large_blue_circle:Docs-

Legend:

:white_circle: Coming soon

:large_blue_circle: Initial

:white_check_mark: Stable

:red_circle: Unstable

:black_circle: Deprecated

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.0-20

7 years ago

1.0.0-19

7 years ago

1.0.0-18

7 years ago

1.0.0-17

7 years ago

1.0.0-16

7 years ago

1.0.0-15

7 years ago

1.0.0-14

7 years ago

1.0.0-13

7 years ago

1.0.0-12

7 years ago

1.0.0-11

7 years ago