1.2.1 • Published 3 years ago

react-circuit-schematics v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-draw-circuits

A React library that allows you to draw circuit schematics

Install

You can install this library with any package manager that supports npm modules.

npm install react-circuit-schematics
yarn add react-circuit-schematics

Usage

import React from 'react'
import { Schematic, useSchematic } from 'react-circuit-schematics'

export const EmptySchematic = () => {
  const { schematic } = useSchematic()
  return <Schematic schematic={schematic} />
}

Documentation

There is a Storybook hosted on Netlify of this library that you can use as documentation.

URL: https://react-draw-circuits.netlify.app/

You can also host the storybook on you own machine by cloning this repository and executing npm run storybook or yarn storybook.

License

MIT © URIsolve

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago