Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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-08-07T02:55:43.000Z (3 months ago)
- Last Synced: 2024-08-14T09:21:32.520Z (3 months ago)
- Topics: component-library, design-system, low-code, tango
- Language: TypeScript
- Homepage:
- Size: 1.59 MB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
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
```