Giter Site home page Giter Site logo

react-svg-flexbox's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar zoopoetics avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

react-svg-flexbox's Issues

Remove create-react-app

I want to remove create-react-app, because while it was great for getting the project up and running, it's not really needed now, and it would be great to lose all those dependencies.

Add Rollup build

I want a built rendition of the component in /dist so that any project that uses it does not have to know how to build it.

React native?

Hi. I was trying to run this in a React Native project but ran into some errors. Before troubleshooting too much, would you expect it to work in RN?

Thanks!

Cannot nest Flexbox inside Flexbox

It seems like nesting a <Flexbox> inside another <Flexbox> would be a pretty common use case for more complex svg layouts, but I get the following error when I try:
bundle.js:1 Uncaught TypeError: e.filter is not a function

Minimal code to reproduce (in App.js of a react app):
export default const App = () => (<Flexbox><Flexbox></Flexbox></Flexbox>)

Minimum necessary dependencies

Hi,

I was using your npm package and it is very useful for my project. I found that when I install this package, it take around 4 minutes because it install many dependencies. I think package.json only need these 4 dependencies:

  "dependencies": {
    "css-layout": "1.1.1",
    "prop-types": "^15.6.2",
    "react": "^15.3.0 || ^16.0",
    "react-dom": "^15.3.0 || ^16.0"
  }

Other packages can move to devDependencies.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.