Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```