Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Semantic Ui React | 13,062 | 8,465 | 1,129 | 8 days ago | 153 | May 31, 2022 | 194 | mit | JavaScript | |
The official Semantic-UI-React integration | ||||||||||
Evergreen | 12,162 | 75 | 87 | 2 days ago | 246 | July 18, 2022 | 56 | mit | JavaScript | |
🌲 Evergreen React UI Framework by Segment | ||||||||||
Nextui | 10,549 | 17 | a day ago | 82 | August 26, 2022 | 140 | mit | TypeScript | ||
🚀 Beautiful, fast and modern React UI library. | ||||||||||
Primitives | 9,885 | 133 | a day ago | 152 | September 21, 2022 | 195 | mit | TypeScript | ||
Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos. | ||||||||||
React Spectrum | 8,830 | 260 | 2 days ago | 373 | September 24, 2022 | 515 | apache-2.0 | TypeScript | ||
A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences. | ||||||||||
Baseweb | 8,340 | 22 | 64 | 6 days ago | 914 | September 22, 2022 | 189 | mit | TypeScript | |
A React Component library implementing the Base design language | ||||||||||
Fast | 8,338 | 31 | 2 days ago | 57 | September 01, 2022 | 360 | other | TypeScript | ||
The adaptive interface system for modern web experiences. | ||||||||||
React95 | 5,753 | a month ago | 39 | mit | TypeScript | |||||
🌈🕹 Windows 95 style UI component library for React | ||||||||||
Polaris | 5,351 | 129 | 55 | 21 hours ago | 669 | September 23, 2022 | 604 | other | TypeScript | |
Shopify’s design system to help us work together to build a great experience for all of our merchants. | ||||||||||
Next | 4,384 | 65 | 7,077 | 7 days ago | 450 | September 20, 2022 | 635 | mit | JavaScript | |
🦍 A configurable component library for web built on React. |
English | 简体中文
An enterprise-class UI solution for backend system, aimed at settling the problems like cooperation between designers and front-developers, consistency of product experience and development efficiency.
You can customize your own DesignSystem via Collaboration Platform.💖 Designers will receive design materials by Fusion Cool - an easy to use plugin on sketch. Developers will get code fragment on IceWorks. At the same time, the consistency between code and visual manuscript is guaranteed. 😍
@alifd/next
usually used with Fusion Design to improving designer-developer collaboration and development efficiency. Designer can customize the UI of components and release an npm theme package. Developer can use this theme package directly, and don't need to care about the UI refactoring. It saves the workload of reductive degree review repeatedly with designers, and greatly improves the development efficiency.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|---|---|
✔ | ✔ | ✔ | 9+ ✔ | ✔ | ✔ | ✔ |
npm install @alifd/next --save
Use the script and link tags in the browser to directly import the file and use the global variable Next. We provide files such as next.js/next.min.js and next.css/next.min.css in the @alifd/next/dist
directory in the npm package, or via unpkg Download it.
<link rel="stylesheet" href="https://unpkg.com/@alifd/next/dist/next.css" />
<script src="https://unpkg.com/@alifd/next/dist/next.js"></script>
// The above ways import latest @alifd/next, we recommend you specify version.
<script src="https://unpkg.com/@alifd/[email protected]/dist/next.min.js"></script>
// Or import as your own static resource
<script src="../build/public/@alifd/next.js"></script>
@alifd/next
is based on [email protected]
development and is currently not compatible with versions below [email protected]
. react/react-dom is used as peerDependencies, which requires the user to manually install or import it.@alifd/next
use moment library to implement date-time related component. moment is also used as peerDependencies, which requires the user to manually install or import it.import '@alifd/next/dist/next.css';
// import '@alifd/next/index.scss';
import { Button, Input } from '@alifd/next';
import Button from '@alifd/next/lib/button';
import '@alifd/next/lib/button/style';
// webpack babel loader option or .babelrc
{
// ...
plugins: [
[
'import',
{
libraryName: '@alifd/next',
style: true,
},
],
];
}
It will transform code as below
import { Button } from '@alifd/next';
To
import Button from '@alifd/next/lib/button';
import '@alifd/next/lib/button/style';
Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
Use Dingtalk App scan the Qrcode to join in Dingtalk Group :