Coder Social home page Coder Social logo

ng-tui's Introduction

NG-TUI

基于 Bootstrap 实现的一套 Angular 组件库。

语言

  1. 简体中文
  2. English

特性

  1. 图标库 iconfont
  2. 动画库 animate.css
  3. 样式库 ·Bootstrap v5.1.3
  4. 个性化主题。
  5. 第三方组件库支持,地图,图表,代码高亮。

预览

preview

安装

  1. 安装 bootstrap npm install bootstrap --save

  2. 安装 ng-tui npm install ng-tui --save

  3. 如果你的是使用 angular cli 建的项目,你可以在 style.scss 文件中引入

// 导入bootstrap样式
@import "~bootstrap/scss/bootstrap";

// 导入ng-tui样式
@import "~ng-tui/scss/index";

// 导入iconfont样式
@import "//at.alicdn.com/t/font_799319_gi7b3dir7ct.css";

使用

导入TUIModule到项目的的 AppModule 中

import { TUIModule } from 'ng-tui';

@NgModule({
    imports: [...,
        TUIModule.forRoot({
            // 你的配置参数
        })
        ...
    ],
    ...
})

相关说明

  1. 可用组件列表

ng-tui's People

Contributors

cool1024 avatar dependabot[bot] avatar

Stargazers

restofsummer avatar  avatar  avatar  avatar  avatar 秋秋 avatar  avatar zuozuo avatar

Watchers

James Cloos avatar  avatar

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.