@zjpcy/simple-design
v1.1.0
Published
IDP Studio Design System - React Component Library
Downloads
932
Readme
IDP Design Component Library Usage Guide
1. Introduction
IDP Design is a modern UI component library based on React, offering a range of concise, visually appealing, and user-friendly components suitable for various web application developments.
2. Installation
# Install with npm
npm i @zjpcy/simple-design
# Install with yarn
yarn add @zjpcy/simple-design3. Import CSS
// Reference CSS variables from component libraries
import '@zjpcy/simple-design/dist/variables.css';
// Reference the style of the component library
import '@zjpcy/simple-design/dist/cjs/index.css';4. Import Components
import React from 'react';
import { Button } from '@zjpcy/simple-design';5. Component List
- Button
- Checkbox
- ColorPicker
- CopyToClipboard
- Divider
- Flex
- Icon
- Input
- InputNumber
- InputSearch
- Message
- Modal
- Notice
- Notification
- Radio
- Select
- Table
- Top
6. Local Development
To enable local development, follow these steps:
- Clone the repository:
git clone https://github.com/zjpcy/idp-design.git - Navigate to the project directory:
cd idp-design - Install dependencies:
npm installoryarn install - Start the development server:
npm devoryarn dev
7 The following is the Ai code assistant tool that helps generate most of the code
- Trea SOLO
https://www.trae.cn/ - Qwen
https://www.qianwen.com/ - Deepseek
https://www.deepseek.com/ - Qoder CLI
https://www.qoder.com/
