https://github.com/netease/tango-components
An UI library for tango low-code builder
https://github.com/netease/tango-components
component-library design-system low-code tango
Last synced: 16 days ago
JSON representation
An UI library for tango low-code builder
- Host: GitHub
- URL: https://github.com/netease/tango-components
- Owner: NetEase
- License: mit
- Created: 2023-08-14T03:27:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T02:03:44.000Z (8 months ago)
- Last Synced: 2025-04-14T17:07:45.363Z (16 days ago)
- Topics: component-library, design-system, low-code, tango
- Language: TypeScript
- Homepage:
- Size: 1.88 MB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Components
A react component library for Tango LowCode Builder
## Develop
install dependencies
```bash
yarn
```build the packages
```bash
yarn build
```run storybook to preview components
```bash
yarn start
```