neal-react icon indicating copy to clipboard operation
neal-react copied to clipboard

Startup Landing Page Components for React.js

Results 19 neal-react issues
Sort by recently updated
recently updated
newest added

Fixes #36 and #32. Using `prop-types` to allow for React 16 support. There were also multiple places where we were passing through props to elements that we didn't want to...

This repo points to nealjs, which has either been hijacked or is an intentional malware. The site asks you to click a "security button", which then opens a dialog box...

I tried using this library with an app that uses React 16 and I get errors that look to be due to use of deprecated features. Are there any plans...

FYI the nealjs.com site is 404-ing at the moment.

The current import is ```scss @import '../node_modules/bootstrap/scss/bootstrap'; ``` But with npm 3 if you use bootstrap in your app it will most of the time will be in the main...

Fixes #32 TODO: - [x] Fix hero - [x] Fix section - [ ] Fix figure - [ ] Fix navbar

Use of [`{... this.props}`](https://github.com/dennybritz/neal-react/blob/2319e8bcc4b0eaa18920b76100f43ff38400fbbf/js/components/hero.jsx#L18) is causing this error in the browser console: ``` Unknown prop `backgroundImage` on tag ``` From https://facebook.github.io/react/warnings/unknown-prop.html > Are you using {...this.props} or cloneElement(element, this.props)? Your...

Hi, I have a bootstrap reset SCSS file in my project. (I'm using [Angle](https://wrapbootstrap.com/theme/angle-bootstrap-admin-template-WB04HF123) as my template). This reset file, of course, change a lot the visibility of the neal...

I was curious to see a demo. Let me know when it's up :)