0.4.9 • Published 5 months ago

dem-design v0.4.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

dem-design

Digital Edu Management UI Components.

📦 Installation

npm install dem-design

🚀 Usage

import React from "react";
import { Tree } from "dem-design";
import "dem-design/styles/global.css"; // CSS file

const treeData = [
  {
    title: "Root",
    key: "0",
    children: [
      { title: "Child 1", key: "0-0" },
      { title: "Child 2", key: "0-1" },
    ],
  },
];

const App = () => {
  return <Tree treeData={treeData} />;
};

export default App;

🔧 Compatibility

  • This project works with React version 18.2.0.

⌨️ Development

Git Clone

git clone https://github.com/temuujin-0/dem-design.git or git@github.com:ant-design/ant-design.git

Git Publish

git add .
git commit -m "any"
git pull origin main
git push origin main

🏗Build

npm run build

✨Version update

npm version patch  # Small fixes
npm version minor  # New features
npm version major  # Breaking changes

🌍Publish Public

npm publish --access public

🔨Conflicting Packages Fixing

rm -rf node_modules package-lock.json
npm cache clean --force
npm -f install

📜 License

Distributed under the MIT License.

0.4.9

5 months ago

0.4.8

5 months ago

0.3.0

5 months ago

0.3.6

5 months ago

0.3.5

5 months ago

0.3.8

5 months ago

0.3.7

5 months ago

0.3.2

5 months ago

0.3.4

5 months ago

0.3.3

5 months ago

0.3.9

5 months ago

0.4.5

5 months ago

0.2.7

5 months ago

0.4.4

5 months ago

0.2.6

5 months ago

0.4.7

5 months ago

0.2.9

5 months ago

0.4.6

5 months ago

0.2.8

5 months ago

0.4.1

5 months ago

0.2.3

5 months ago

0.4.0

5 months ago

0.4.3

5 months ago

0.2.5

5 months ago

0.4.2

5 months ago

0.2.4

5 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.10

5 months ago

0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.9

5 months ago

0.0.8

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago