strivegithub / ng

Angular UI components library.

Home Page:https://opentiny.design/tiny-ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo 图片

TinyNG

An enterprise-class Angular UI component library.

English | 简体中文

Features

  • 70+ high-quality Angular components out of the box.
  • Support OnPush mode.
  • Use TypeScript.
  • Powerful theme customization with CSS variables.
  • Internationalization support for 5 languages.

Environment Support

  • Angular >=13.0.0
  • Modern browsers
Edge Firefox Chrome Safari
last 3 versions last 3 versions last 3 versions last 2 versions

Installation

$ npm install @opentiny/ng

Usage

Import the component modules you want to use into your module files.

import { TiButtonModule } from '@opentiny/ng';

@NgModule({
  imports: [ TiButtonModule ]
})
export class AppModule {
}

And import style file link in angular.json.

{
  "styles": [
+    "node_modules/@opentiny/ng/themes/styles.css",
+    "node_modules/@opentiny/ng/themes/theme-default.css",
  ]
}

See Getting Started for more details.

Development

$ git clone 代码仓 clone 地址
$ cd ng
$ npm install
$ npm start

Browser would open automatically.

Changelog

Detailed changes for each release are documented in the change logs.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contributing

We welcome all contributions. Please feel free to contribute code or discuss your idea.

Please read our CONTRIBUTING.md before submitting any ideas.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

HappyJun0331
HappyJun0331

📖

LICENSE

MIT

About

Angular UI components library.

https://opentiny.design/tiny-ng

License:MIT License


Languages

Language:TypeScript 67.2%Language:HTML 16.8%Language:JavaScript 8.7%Language:Less 6.7%Language:CSS 0.4%Language:EJS 0.2%Language:Shell 0.0%Language:Batchfile 0.0%