|
@@ -50,11 +50,11 @@ English | [简体中文](./README-zh_CN.md)
|
|
|
# 🎉 Features
|
|
|
|
|
|
- 💪 Up to 60+ high-quality Components.
|
|
|
-- 💕 Complete A11y support, follows W3C standards to provide keyboard interaction, focus management and ARIA for all components
|
|
|
-- 💅 Design system management Semi DSM, up to 2000+ Design Tokens, build your own design system quickly.
|
|
|
-- 🌍 Internationalization Support for Dozens of Languages, timezone, RTL support
|
|
|
- 💅 Code2Design, automatically generate Figma UI Kit according to different themes, keep same between design and code
|
|
|
- 🚀 Powerful Design2Code support, convert figma draft to code in a few seconds
|
|
|
+- 💕 Complete A11y support, follows W3C standards to provide keyboard interaction, focus management and ARIA for all components
|
|
|
+- 💅 Design system management Semi DSM, up to 2000+ Design Tokens, make Semi Design to Any Design quickly.
|
|
|
+- 🌍 Internationalization Support for Dozens of Languages, timezone, RTL support
|
|
|
- ⚙️ Strict quality assurance, covering unit testing, E2E testing, visual testing
|
|
|
- 👏 Written in Typescript, friendly Static Type Support. Based on Foundation/Adapter architecture, easy to read and contribute
|
|
|
- 🥳 SSR (Server Side Rendering) Compatible.
|
|
@@ -91,6 +91,12 @@ ReactDOM.render(<App />, document.querySelector('#app'));
|
|
|
|
|
|
And [Semi UI Doc Site](https://semi.design/en-US/) has hundreds of editable examples and live preview, welcome to play with those examples.
|
|
|
|
|
|
+
|
|
|
+# 📰 News about Semi UI
|
|
|
+* [Follow on Twitter](https://twitter.com/SemiDesignUI)
|
|
|
+* [Follow on Medium](https://medium.com/@semi-design)
|
|
|
+* [Follow on Dev.to](https://dev.to/semidesign)
|
|
|
+
|
|
|
# 📌 Documentation
|
|
|
* [Semi DSM](https://semi.design/dsm)
|
|
|
* [Semi Design2Code](https://semi.design/code/en-US)
|
|
@@ -114,20 +120,9 @@ Semi UI supports all major modern browsers.
|
|
|
|--|--|--|--|--|
|
|
|
| latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |
|
|
|
|
|
|
-# 👐 Contributing
|
|
|
-
|
|
|
-Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Semi UI.
|
|
|
-
|
|
|
-See [CONTRIBUTING](CONTRIBUTING-en-US.md) documentation.
|
|
|
-
|
|
|
-# 📰 News about Semi UI
|
|
|
-* [Follow on Twitter](https://twitter.com/SemiDesignUI)
|
|
|
-* [Follow on Medium](https://medium.com/@semi-design)
|
|
|
-* [Follow on Dev.to](https://dev.to/semidesign)
|
|
|
-
|
|
|
# 👨👨👧👦 User Group
|
|
|
|
|
|
-Join [User Group](https://bytedance.feishu.cn/docs/doccnw93Dujm3UCkHRDTMTm1qwe#).
|
|
|
+Join [User Group](https://bytedance.feishu.cn/docs/doccnw93Dujm3UCkHRDTMTm1qwe#) on Feishu / Lark
|
|
|
|
|
|
# 💖 Thanks
|
|
|
|
|
@@ -139,6 +134,17 @@ Thanks to [Chromatic](https://www.chromatic.com/) for providing the visual testi
|
|
|
|
|
|
Thanks to [Cypress](https://www.cypress.io/) for providing E2E testing.
|
|
|
|
|
|
+## 👐 Contributing
|
|
|
+Thanks to all the people who already contributed!
|
|
|
+
|
|
|
+<a href="https://github.com/DouyinFE/semi-design/graphs/contributors">
|
|
|
+ <img src="https://contrib.rocks/image?repo=DouyinFE/semi-design" />
|
|
|
+</a>
|
|
|
+
|
|
|
+Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Semi UI.
|
|
|
+
|
|
|
+See [CONTRIBUTING](CONTRIBUTING-en-US.md) documentation.
|
|
|
+
|
|
|
# 🎈 License
|
|
|
|
|
|
Semi UI is [MIT Licensed](LICENSE)
|