Kdesign

screenshot of Kdesign
react
less
styled-components

An enterprise-class React UI components library

Overview

KDesign of React is a React UI component library based on the KDesign enterprise design system by Kingdee. It is primarily used for building enterprise-level systems. The library provides a wide range of pre-built and ready-to-use enterprise-grade React UI components. It is developed using TypeScript and comes with complete type definition files. The components are fully keyboard accessible and support internationalization. The library also provides extensive theming customization options.

Features

  • Ready-to-use Enterprise-Level React UI components: KDesign of React offers a rich collection of pre-built React UI components specifically designed for enterprise-level systems.
  • TypeScript Support: The library is developed using TypeScript and provides complete type definition files, making it easier for developers to work with.
  • Internationalization Support: The components have built-in internationalization support, allowing for seamless localization in different languages.
  • Theming Customization: The library offers comprehensive theming customization options, allowing developers to customize the appearance of the components to match their branding or design requirements.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.