woodenconsulting / react-js-diagrams

A flow based diagramming library written in React
MIT License
220 stars 61 forks source link

Question regarding how to use #8

Closed Manuel83 closed 7 years ago

Manuel83 commented 7 years ago

First of all, thank you for creating this project. I have one question.

How can I fix the CSS issues? How can I import the basic css reqired for this lib?

I just imported

import * as RJD from 'react-js-diagrams';

image

woodenconsulting commented 7 years ago

@Manuel83 - This lib uses SASS; you can copy the scss file into your project from the repository, or rewrite it in LESS, CSS, etc.; it isn't that large. I'm closing this for now, but if you have more questions please feel free to reopen.