Skip to content

HstarComponents/ngx-semantic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng2-semantic

Semantic UI in angular2.

How to use?

npm install ng2-semantic --save

Notice:require angular2 final

xxx.ts

import { Rating } from 'ng2-semantic';

Demo Page

ng2-semantic Demo

How to develop?

# Clone registry
$ git clone https://github.com/HstarStudio/ng2-semantic.git

# Init dependencies
$ npm i

# Start develop envirament
$ npm run dev

# Open http://localhost:7410