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

Typeform integration seems not to be as straightforward as I though, tried different things, none of them work for now. Any help ?

I created a custom component based on `SignupModal`: ``` javascript import React from "react"; import { SignupModal } from "neal-react"; export class FeedbackModal extends SignupModal { renderBody() { if (this.props.children)...

We appreciate your great work ! It'd be great if this PJ was Apache license. Please help change current license into Apache license. There will be many contributors waiting for...

Hi @dennybritz. We need mediaqueries for [Navbar](https://github.com/dennybritz/neal-react/blob/master/js/components/navbar.jsx) code. I like very much current simple and clean aproach but I cannot put any logic on childrens cause this component are add...

Please make this repo compatible with latest structor!

As far as I can see, `jQuery` is loaded only to use `getScript()`. Would it be an idea to refactor to vanilla JS instead? I'm happy to give it a...

chore

I'd like a component similar to the signup component, but for just requesting an email address for subscribing to a MailChimp or other list. I guess this is somewhat related...

Add a generator for scaffolding a new project similar to [neal-sample](https://github.com/dennybritz/neal-sample). Should include: - README - Basic Page - Build scripts - Linting best practices - Deployment script - Dockerfile...

feature