All Projects → swimlane → Ngx Ui

swimlane / Ngx Ui

Licence: mit
🚀 Style and Component Library for Angular

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ngx Ui

Vue Ui For Pc
基于Vue2.x的一套PC端UI组件,包括了Carousel 跑马灯、Cascader 级联、Checkbox 多选框、Collapse 折叠面板、DatePicker 日期选择、Dialog 对话框、Form 表单、Input 输入框、InputNumber 数字输入框、Layer 弹窗层、Loading 加载、Menu 菜单、Page 分页、Progress 进度条、Radio 单选框、SelectDropDown 仿select、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 文字提示、BackTop 返回顶部、steps 步骤条、Transfer 穿梭框、Tree 树形、Upload 文件上传、Lazy 图片懒加载、Loading 加载、Pagination 分页等等
Stars: ✭ 156 (-70.79%)
Mutual labels:  tree, dialog, select, tabs
Vue Treeselect
A multi-select component with nested options support for Vue.js
Stars: ✭ 2,347 (+339.51%)
Mutual labels:  tree, component, select
ak-vue3
组件库包含了 AutoForm 自动表单、BackTop 返回顶部、Breadcrumb 面包屑、 Button 按钮、Cascader 级联选择器、Checkbox 多选框、Collapse 折叠面板、ColorPicker 颜色选择器、DataPicker 时间选择器、Dialog 弹层对话框、Alert 弹框、Echarts 图形图表、Form 表单、Input 输入框、Lazy 图片延时加载、Loading 加载等待、Menu 菜单、Pagination 分页、Progress 进度条、Radio 单选框、Select 选择器、Steps 步骤条、Swiper 图片轮播、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 提示、Tr…
Stars: ✭ 24 (-95.51%)
Mutual labels:  tree, dialog, tabs
Ngx Select Dropdown
Custom Dropdown for Angular 4+ with multiple and single selection options
Stars: ✭ 91 (-82.96%)
Mutual labels:  library, component, select
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (-52.06%)
Mutual labels:  hacktoberfest, library, dialog
React Countdown
A customizable countdown component for React.
Stars: ✭ 402 (-24.72%)
Mutual labels:  hacktoberfest, component
React Native Actions Sheet
A Cross Platform(Android & iOS) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
Stars: ✭ 412 (-22.85%)
Mutual labels:  dialog, drawer
Google Material Icons For Sketch
Google Material Icons Library for Sketch App
Stars: ✭ 420 (-21.35%)
Mutual labels:  library, icons
React Native Blurhash
🖼️ A library to show colorful blurry placeholders while your content loads.
Stars: ✭ 430 (-19.48%)
Mutual labels:  library, component
React Select Search
⚡️ Lightweight select component for React
Stars: ✭ 379 (-29.03%)
Mutual labels:  component, select
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-20.6%)
Mutual labels:  tree, dialog
Pdfvuer
A PDF viewer for Vue using Mozilla's PDF.js
Stars: ✭ 443 (-17.04%)
Mutual labels:  hacktoberfest, component
Virtualenv
Virtual Python Environment builder
Stars: ✭ 4,017 (+652.25%)
Mutual labels:  hacktoberfest, library
Imguifiledialog
File Dialog for ImGui : https://github.com/aiekick/ImGuiFileDialog
Stars: ✭ 398 (-25.47%)
Mutual labels:  icons, dialog
React Sortable Tree
Drag-and-drop sortable component for nested data and hierarchies
Stars: ✭ 4,348 (+714.23%)
Mutual labels:  tree, component
Blueprint
Free, feature-rich, easily customizable Android dashboard for icon packs
Stars: ✭ 389 (-27.15%)
Mutual labels:  hacktoberfest, icons
Create React Library
⚡CLI for creating reusable react libraries.
Stars: ✭ 4,554 (+752.81%)
Mutual labels:  library, component
Ferret
Declarative web scraping
Stars: ✭ 4,837 (+805.81%)
Mutual labels:  hacktoberfest, library
React Native Tab View
A cross-platform Tab View component for React Native
Stars: ✭ 4,742 (+788.01%)
Mutual labels:  hacktoberfest, tabs
Iconfontcppheaders
C, C++ headers and C# classes for icon fonts: Font Awesome, Fork Awesome, Material Design, Kenney game icons and Fontaudio
Stars: ✭ 509 (-4.68%)
Mutual labels:  library, icons

ngx-ui

Component & Style Library for Angular by Swimlane.

Installing

  • npm i @swimlane/ngx-ui --S
  • Install the project's peer depencencies (moment, codemirror)
  • Add NgxUIModule to your application module

Building ngx-ui

Run npm run build:lib to build ngx-ui. This must be done prior to building the demo.

Development server

Run npm run start to serve the demo at http://localhost:4200/. The app will automatically reload if you change any of the source files.

Building

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running tests

  • Run npm run test to execute unit tests
  • Run ng cypress to execute the end-to-end tests via Cypress.

Release

  • Checkout master (git checkout master)
  • Pull master (git pull)
  • Run tests (npm test)
  • Examine log to determine next version (X.Y.Z)
  • Run git checkout -b release/X.Y.Z
  • Update version in projects/swimlane/ngx-ui/package.json.
  • Update changelog in projects/swimlane/ngx-ui/CHANGELOG.md
  • Run git commit -am "(release): X.Y.Z"
  • Run git tag X.Y.Z
  • Run git push origin HEAD --tags
  • Run npm run publish:lib
  • Submit PR
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].