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

https://github.com/optum/collection-builder

✨🌱 A beautiful drag and drop editor for building out collections with React
https://github.com/optum/collection-builder

component drag-and-drop react

Last synced: 9 months ago
JSON representation

✨🌱 A beautiful drag and drop editor for building out collections with React

Awesome Lists containing this project

README

          



✨🌱

React Collection Builder



A beautiful drag and drop editor for building out collections with React



storybook badge


npm badge

![demo](https://raw.githubusercontent.com/Optum/collection-builder/main/.github/demo-720.gif)

### Installation
To use the Collection Builder, install the `@optum/collection-builder` package:

```bash
yarn add @optum/collection-builder
```
or
```bash
npm i @optum/collection-builder
```

### Usage
Play with a demo and see documentation [on the Storybook](https://optum.github.io/collection-builder) page!

### Contributing
We welcome any and all kinds of contributions to this project!

#### Development

In the project directory, you can run:

```bash
npm i
```

Installs necessary dependencies.

```bash
npm run storybook
```

Starts up a [Storybook](https://storybook.js.org/) instance on port 6006.

#### Code of Conduct
We have adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](./CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.

#### Contributing Guide
Read our [contributing guide](./CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to this project.

#### Beginner-friendly bugs
To help you get your feet wet and get you familiar with our contribution process, we have a list of [beginner-friendly bugs](https://github.com/Optum/collection-builder/labels/good%20first%20issue) that might contain smaller issues to tackle first. This is a great place to get started!

### License
This project is [Apache licensed](LICENSE).