All Projects โ†’ beautifulinteractions โ†’ Beautiful React Diagrams

beautifulinteractions / Beautiful React Diagrams

Licence: mit
๐Ÿ’Ž A collection of lightweight React components and hooks to build diagrams with ease ๐Ÿ’Ž

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Beautiful React Diagrams

Hook Flow
A flowchart that explains the new lifecycle of a Hooks component. https://dwe.st/hf
Stars: โœญ 1,246 (-46.43%)
Mutual labels:  hooks, diagram
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: โœญ 245 (-89.47%)
Mutual labels:  diagram, diagrams
Cloudskew
Create free cloud architecture diagrams
Stars: โœญ 183 (-92.13%)
Mutual labels:  diagram, diagrams
visioStencils
My 2,700 visio ๐ŸŽจ shapes, stencils, symbols, and icons collection to visually represent IT infrastructure
Stars: โœญ 43 (-98.15%)
Mutual labels:  diagram, diagrams
Grafana Flowcharting
Flowcharting, plugin for Grafana to create complexe visio's draws style like technical architectures, floorplan, diagrams, hierarchical schema based on draw.io
Stars: โœญ 463 (-80.09%)
Mutual labels:  diagram, diagrams
Vue Chartjs
๐Ÿ“Š Vue.js wrapper for Chart.js
Stars: โœญ 4,554 (+95.79%)
Mutual labels:  diagram, diagrams
Mermaid
Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language
Stars: โœญ 27 (-98.84%)
Mutual labels:  diagram, diagrams
React Flow Chart
A flexible, stateless, declarative flow chart library for react.
Stars: โœญ 1,051 (-54.82%)
Mutual labels:  diagram, diagrams
Diagram Maker
A library to display an interactive editor for any graph-like data.
Stars: โœญ 2,086 (-10.32%)
Mutual labels:  diagram, diagrams
React Use Wizard
๐Ÿง™ A React wizard (stepper) builder without the hassle, powered by hooks.
Stars: โœญ 162 (-93.04%)
Mutual labels:  hooks
React Nprogress
โŒ›๏ธ A React primitive for building slim progress bars.
Stars: โœญ 173 (-92.56%)
Mutual labels:  hooks
Relay Visual Learners
An interactive diagram of Relay Classic.
Stars: โœญ 164 (-92.95%)
Mutual labels:  diagram
C4 Builder
This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
Stars: โœญ 164 (-92.95%)
Mutual labels:  diagrams
React Hooks In Svelte
React hook examples ported to Svelte
Stars: โœญ 176 (-92.43%)
Mutual labels:  hooks
Simpler State
The simplest app state management for React
Stars: โœญ 68 (-97.08%)
Mutual labels:  hooks
Vue Hooks Foodapp
A food app using a few hooks in Vue to show how they can work (experimental)
Stars: โœญ 179 (-92.3%)
Mutual labels:  hooks
React Rough
๐Ÿ‡ React Components for Rough.js
Stars: โœญ 164 (-92.95%)
Mutual labels:  hooks
Pinst
๐Ÿบ dev only postinstall hooks (package.json)
Stars: โœญ 162 (-93.04%)
Mutual labels:  hooks
Use Wallet
๐Ÿ‘› useWallet() ยท All-in-one solution to connect a dapp to an Ethereum provider.
Stars: โœญ 182 (-92.18%)
Mutual labels:  hooks
Nextcloud Drawio
Draw.io intergration app
Stars: โœญ 177 (-92.39%)
Mutual labels:  diagram

CI/CD License: MIT Coverage Status npm GitHub stars

beautiful-react-diagrams


A tiny collection of lightweight React components for building diagrams with ease

Diagrams banner

๐Ÿ’ก Why?

Javascript diagramming libraries are often difficult to integrate in React projects.
Different patterns not always fit the React nature and having a component's state in in sync with an external diagramming library might be quite difficult especially when the latter had been built in a different paradigm (such as MVC, for example).

For this reason we created beautiful-react-diagrams an easy-to-customise functional diagramming library to build diagrams with ease.

๐ŸŽ“ Principles

  • Lightweights: import nothing but a single lightweight javascript.
  • Controlled components: exports controlled components only.
  • Renderers: the involved components can be easily replaced with your own by using the renderer props.
  • Easy to style: built using CSS vars only.

โ˜•๏ธ Features

  • Concise API
  • Small and lightweight
  • Easy to use
  • Easy to customise

Contributing

Contributions are very welcome and wanted.

To submit your custom pull request, please make sure your read our CONTRIBUTING guidelines.

Before submitting a new pull request, please make sure:

  1. You have updated the package.json version and reported your changes into the CHANGELOG file
  2. make sure you run npm run lint, npm build and then npm test before submitting your merge request.
  3. make sure you've added the documentation of your changes.
  4. if you've changed the signature of a component, please make sure you've updated the index.d.ts file.

Versioning

This library follows the semver versioning standard. Pre-release commits on the master branch, including merge commits, lead to automated publication to NPM under the next tag. Pre-release version numbers must follow the <major>.<minor>.<patch>-<tag>.<number>, such as 5.1.0-rc.0.


This library logo has been created using images published by the user Freepik on www.flaticon.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].