Giter Site home page Giter Site logo

primefaces / primeng Goto Github PK

View Code? Open in Web Editor NEW
9.4K 305.0 4.4K 144.45 MB

The Most Complete Angular UI Component Library

Home Page: https://primeng.org

License: Other

TypeScript 33.11% JavaScript 0.01% CSS 65.83% HTML 0.55% SCSS 0.50%
angular ui components datatable datagrid charts typescript mit

primeng's Introduction

npm version npm downloads Actions CI Discord Chat Discussions

PrimeNG Hero

Website

Visit the PrimeNG Website for general information, demos and documentation.

primeng's People

Contributors

ashikjs avatar cagataycivici avatar cetincakiroglu avatar cito avatar davisb10 avatar enricomessall avatar giacomodm avatar gucal avatar heavyrainlq avatar jacobsiegle avatar kojisaiki avatar kyjus25 avatar maruthumj avatar mehmetcetin01140 avatar mertsincan avatar merve7 avatar mrtcndkn avatar mselerin avatar navedqb avatar onursenture avatar rosenthalj avatar rotzbua avatar seymanurgullu avatar soydiego avatar sudheerj avatar tugcekucukoglu avatar upmauro avatar vinnyab28 avatar volvachev avatar yigitfindikli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

primeng's Issues

Password Directive

Create password directive with pPassword.

<input type="text" size="30" pPasword [(ngModel)]="text" />

Dialog Component

Create dialog component with p-dialog.

<p-dialog header="Title">
    //content
</p-dialog>

Cannot find AngularJS modules while running showcase

When I tried to run primeng showcase by "npm start" command few of the modules not found as below. So the PrimeNG window popup stopped loading at localhost:3000.Did I miss anything here?

C:\Users\sudheer\git\primeng>npm start

[email protected] start C:\Users\sudheer\git\primeng
concurrent "npm run tsc:w" "npm run lite"

[1]
[1] > [email protected] lite C:\Users\sudheer\git\primeng
[1] > lite-server
[1]
[0]
[0] > [email protected] tsc:w C:\Users\sudheer\git\primeng
[0] > tsc -w
[0]
[1] [BS] Access URLs:
[1] ------------------------------------
[1] Local: http://localhost:3000
[1] External: http://172.20.10.3:3000
[1] ------------------------------------
[1] UI: http://localhost:3001
[1] UI External: http://172.20.10.3:3001
[1] ------------------------------------
[1] [BS] Serving files from: ./
[1] [BS] Watching files...
[0] app/app.component.ts(1,25): error TS2307: Cannot find module 'angular2/core'
.
[0] app/app.component.ts(2,46): error TS2307: Cannot find module 'angular2/route
r'.
[0] app/boot.ts(1,28): error TS2307: Cannot find module 'angular2/platform/brows
er'.
[0] app/boot.ts(3,32): error TS2307: Cannot find module 'angular2/router'.
[0] app/components/button/button.directive.ts(3,101): error TS2307: Cannot find
module 'angular2/core'.
[0] app/components/button/demo/buttondemo.component.ts(1,25): error TS2307: Cann
ot find module 'angular2/core'.
[0] app/components/dialog/demo/dialogdemo.component.ts(1,25): error TS2307: Cann
ot find module 'angular2/core'.
[0] app/components/dialog/dialog.component.ts(3,123): error TS2307: Cannot find
module 'angular2/core'.
[0] app/components/fieldset/demo/fieldsetdemo.component.ts(1,25): error TS2307:
Cannot find module 'angular2/core'.
[0] app/components/fieldset/fieldset.component.ts(3,110): error TS2307: Cannot f
ind module 'angular2/core'.
[0] app/components/grid/demo/griddemo.component.ts(1,25): error TS2307: Cannot f
ind module 'angular2/core'.
[0] app/components/inputtext/demo/inputtextdemo.component.ts(1,25): error TS2307
: Cannot find module 'angular2/core'.
[0] app/components/inputtext/inputtext.directive.ts(3,88): error TS2307: Cannot
find module 'angular2/core'.
[0] app/components/panel/demo/paneldemo.component.ts(1,25): error TS2307: Cannot
find module 'angular2/core'.
[0] app/components/panel/panel.component.ts(3,110): error TS2307: Cannot find mo
dule 'angular2/core'.
[0] app/components/panel/panel.component.ts(50,37): error TS2339: Property 'togg
leOrientation' does not exist on type 'PanelComponent'.
[0] app/components/password/demo/passworddemo.component.ts(1,25): error TS2307:
Cannot find module 'angular2/core'.
[0] app/components/password/password.directive.ts(3,101): error TS2307: Cannot f
ind module 'angular2/core'.
[0] app/components/rating/demo/ratingdemo.component.ts(1,25): error TS2307: Cann
ot find module 'angular2/core'.
[0] app/components/rating/rating.component.ts(3,110): error TS2307: Cannot find
module 'angular2/core'.
[0] app/components/spinner/demo/spinnerdemo.component.ts(1,25): error TS2307: Ca
nnot find module 'angular2/core'.
[0] app/components/spinner/spinner.directive.ts(3,101): error TS2307: Cannot fin
d module 'angular2/core'.
[0] app/components/tabview/demo/tabviewdemo.component.ts(1,25): error TS2307: Ca
nnot find module 'angular2/core'.
[0] app/components/tabview/tabpanel.component.ts(3,31): error TS2307: Cannot fin
d module 'angular2/core'.
[0] app/components/tabview/tabview.component.ts(3,125): error TS2307: Cannot fin
d module 'angular2/core'.
[0] app/components/togglebutton/demo/togglebuttondemo.component.ts(1,25): error
TS2307: Cannot find module 'angular2/core'.
[0] app/components/togglebutton/togglebutton.component.ts(3,110): error TS2307:
Cannot find module 'angular2/core'.
[0] app/homepage.component.ts(1,25): error TS2307: Cannot find module 'angular2/
core'.
[0] app/homepage.component.ts(2,46): error TS2307: Cannot find module 'angular2/
router'.
[1] [BS] File changed: app\homepage.component.js
[1] 16.01.21 23:49:54 304 GET /./index.html (Unknown - 16ms)
[1] [BS] File changed: app\components\inputtext\inputtext.directive.js
[1] [BS] File changed: app\components\button\button.directive.js
[1] 16.01.21 23:49:54 304 GET /resources/primeui/themes/aristo/theme.css (Unknow
n - 20ms)
[1] 16.01.21 23:49:54 304 GET /resources/css/jquery-ui.css (Unknown - 20ms)
[1] [BS] File changed: app\components\inputtext\demo\inputtextdemo.component.js
[1] 16.01.21 23:49:54 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.css
(Unknown - 12ms)
[1] 16.01.21 23:49:54 304 GET /resources/css/site.css (Unknown - 10ms)
[1] 16.01.21 23:49:54 304 GET /resources/icons/css/font-awesome.min.css (Unknown

  • 10ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/angular2/bundles/angular2-polyfills.
    js (Unknown - 55ms)
    [1] 16.01.21 23:49:54 304 GET /resources/js/jquery.js (Unknown - 45ms)
    [1] [BS] File changed: app\components\button\demo\buttondemo.component.js
    [1] 16.01.21 23:49:54 404 GET /node_modules/systemjs/dist/system.src.js (Unknown
  • 73ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 75ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/angular2/bundles/angular2.dev.js (Un
    known - 72ms)
    [1] 16.01.21 23:49:54 404 GET /node_modules/angular2/bundles/router.dev.js (Unkn
    own - 107ms)
    [1] 16.01.21 23:49:54 304 GET /resources/js/jquery-ui.js (Unknown - 20ms)
    [1] 16.01.21 23:49:55 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.js (
    Unknown - 65ms)
    [1] [BS] File changed: app\components\spinner\spinner.directive.js
    [1] [BS] File changed: app\components\spinner\demo\spinnerdemo.component.js
    [0] 11:49:55 PM - Compilation complete. Watching for file changes.
    [1] [BS] File changed: app\components\panel\panel.component.js
    [1] [BS] File changed: app\components\panel\demo\paneldemo.component.js
    [1] [BS] File changed: app\components\fieldset\fieldset.component.js
    [1] [BS] File changed: app\components\fieldset\demo\fieldsetdemo.component.js
    [1] [BS] File changed: app\components\rating\rating.component.js
    [1] [BS] File changed: app\components\rating\demo\ratingdemo.component.js
    [1] [BS] File changed: app\components\password\password.directive.js
    [1] [BS] File changed: app\components\password\demo\passworddemo.component.js
    [1] [BS] File changed: app\components\dialog\dialog.component.js
    [1] [BS] File changed: app\components\dialog\demo\dialogdemo.component.js
    [1] [BS] File changed: app\components\togglebutton\togglebutton.component.js
    [1] [BS] File changed: app\components\togglebutton\demo\togglebuttondemo.compone
    nt.js
    [1] [BS] File changed: app\components\grid\demo\griddemo.component.js
    [1] [BS] File changed: app\components\tabview\tabpanel.component.js
    [1] [BS] File changed: app\components\tabview\tabview.component.js
    [1] [BS] File changed: app\components\tabview\demo\tabviewdemo.component.js
    [1] [BS] File changed: app\app.component.js
    [1] [BS] File changed: app\boot.js
    [1] 16.01.21 23:49:55 304 GET /resources/fonts/exo-regular-webfont.woff (Unknown
  • 15ms)
    [1] 16.01.21 23:49:55 304 GET /./index.html (Unknown - 20ms)
    [1] 16.01.21 23:49:55 200 GET /./index.html (Unknown - 150ms)
    [1] 16.01.21 23:49:55 304 GET /resources/primeui/themes/aristo/theme.css (Unknow
    n - 2ms)
    [1] 16.01.21 23:49:55 304 GET /resources/css/jquery-ui.css (Unknown - 10ms)
    [1] 16.01.21 23:49:56 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.css
    (Unknown - 10ms)
    [1] 16.01.21 23:49:56 304 GET /resources/css/site.css (Unknown - 5ms)
    [1] 16.01.21 23:49:56 304 GET /resources/icons/css/font-awesome.min.css (Unknown
  • 3ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/angular2/bundles/angular2-polyfills.
    js (Unknown - 5ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/systemjs/dist/system.src.js (Unknown
  • 8ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 10ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/angular2/bundles/router.dev.js (Unkn
    own - 7ms)
    [1] 16.01.21 23:49:56 404 GET /node_modules/angular2/bundles/angular2.dev.js (Un
    known - 5ms)
    [1] 16.01.21 23:49:56 304 GET /resources/js/jquery.js (Unknown - 7ms)
    [1] 16.01.21 23:49:56 304 GET /resources/js/jquery-ui.js (Unknown - 7ms)
    [1] 16.01.21 23:49:56 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.js (
    Unknown - 5ms)
    [1] 16.01.21 23:49:56 304 GET /resources/fonts/exo-regular-webfont.woff (Unknown
  • 3ms)
    [1] 16.01.21 23:49:57 304 GET /./index.html (Unknown - 2ms)
    [1] 16.01.21 23:49:57 304 GET /resources/primeui/themes/aristo/theme.css (Unknow
    n - 5ms)
    [1] 16.01.21 23:49:57 304 GET /resources/css/jquery-ui.css (Unknown - 5ms)
    [1] 16.01.21 23:49:57 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.css
    (Unknown - 7ms)
    [1] 16.01.21 23:49:57 304 GET /resources/css/site.css (Unknown - 7ms)
    [1] 16.01.21 23:49:57 304 GET /resources/icons/css/font-awesome.min.css (Unknown
  • 7ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/angular2/bundles/angular2-polyfills.
    js (Unknown - 7ms)
    [1] 16.01.21 23:49:57 304 GET /resources/js/jquery.js (Unknown - 2ms)
    [1] 16.01.21 23:49:57 304 GET /resources/js/jquery-ui.js (Unknown - 2ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/systemjs/dist/system.src.js (Unknown
  • 5ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/rxjs/bundles/Rx.js (Unknown - 8ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/angular2/bundles/angular2.dev.js (Un
    known - 8ms)
    [1] 16.01.21 23:49:57 404 GET /node_modules/angular2/bundles/router.dev.js (Unkn
    own - 5ms)
    [1] 16.01.21 23:49:57 304 GET /resources/primeui/primeui-3.0.1-SNAPSHOT-min.js (
    Unknown - 3ms)
    [1] 16.01.21 23:49:58 304 GET /resources/fonts/exo-regular-webfont.woff (Unknown
  • 0ms)

Checkbox Component

Create checkbox component with p-checkbox

<p-checkbox [(model)]="selectedCities" name="group"/>

Chart Components

Create chart components based on charts.js, charts should be updated whenever their data changes via one-way binding and also should support events like click.

  • Pie
  • Bar
  • Line
  • Doughnut
  • Radar
  • PolarArea

DataTable Component

Could you please add DataTable widget. I think i will use angular instead jQuery.

RadioButton Component

Create radiobutton directive with p-radio

<p-radio value="Option Value"></p-radio>

Panel Component

Create a panel component using p-panel element.

<p-panel header="Test" toggleable="toggleable">
    //content here
</p-panel>

Listbox Component

Create a listbox component with single and multiple selection along with custom content support.

Button Component

Create button directive using pButton.

<button type="button" pButton>Value</button>

Rating Component

Create rating component with p-rating element.

<p-rating [(value)]="val" stars="10"></p-rating>

Fieldset Component

Create fieldset component using p-fieldset element.

<p-fieldset toggleable="toggleable">
  <legend>Test</legend>
  //content here
</p-fieldset>

Spinner Directive

Create spinner directive with pSpinner.

<input type="text" size="30" pSpinner [(ngModel)]="text" [disabled]="disabled" min="10" [max]="val"/>

ToggleButton component

Create a toggle button component with p-toggleButton.

<p-toggleButton [(checked)]="val" onIcon="..." offIcon="..."></p-toggleButton>

Growl component

Create a growl component to display messages as an overlay.

Congratulations

thanks for primefaces team for the great work
good continuation

InputText Component

Implement InputText component as pInputText directive.

<input type="text" pInputText></input>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.