#
reactstrap
Here are 380 public repositories matching this topic...
r3wt
commented
Nov 25, 2019
<AvField label='Add Link' validate={{
pattern:{ value: /(^|\s)((https?:\/\/)[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?)/gi, errorMessage:'Invalid URL entered' },
maxLength:{ value: 2048, errorMessage:'URL\'s longer than 2048 characters are not accepted' },
required: { value: true, errorMessage:'Enter a URL' }
}} />if omit the gi modifier to the regex, the field works correctly
Open
Better documentation
React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER
redux
bootstrap
router
webpack
enzyme
jest
reactjs
bootstrap4
react-hot-reload
redux-devtools
reactstrap
react-router-v4
workbox
react-snapshot
loadable-components
webpack4
workbox-webpack-plugin
react-connected-router
-
Updated
May 11, 2020 - HTML
React version of BLK Design System:
-
Updated
May 8, 2020 - CSS
React version of Now UI Kit by Creative Tim
react
bootstrap
react-router
create-react-app
reactjs
bootstrap4
reactstrap
react-router-dom
invision
nucleo
invisionapp
now-ui-kit
now-ui-design
reacthooks
reacthook
now-ui
-
Updated
May 8, 2020 - CSS
armujahid
commented
Oct 20, 2019
TODO:
- (Completed by @thebishaldeb)Typescript setup
- add/use types
- Review
PRs should target typescriptmigrationWIP branch
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
-
Updated
Feb 25, 2019 - JavaScript
Open
Typo in Admin Layout
React bootstrap 4 notification alert
react
component
responsive
reactjs
react-component
bootstrap4
notification
react-notifications
reactstrap
react-alert
nowuidashboard
webdesgin
-
Updated
Apr 10, 2019 - JavaScript
redux-form field library using reactstrap
-
Updated
Nov 1, 2017 - JavaScript
自己的課表自己排 2.0 - 暨大專屬排課表、換課、課程評價平台
-
Updated
Jan 27, 2020 - JavaScript
Authentication system using NextJS, GraphQL, Apollo Client, Apollo Server, MongoDB, Nginx, Docker, Docker-Compose and Kubernetes
react
nodejs
graphql
docker
nginx
kubernetes
dotenv
mongodb
enzyme
jest
docker-compose
apollo-client
nextjs
graphql-subscriptions
minikube
reactstrap
apollo-server
mailtrap
apollo-subscription
-
Updated
Apr 4, 2020 - JavaScript
Reactstrap Form Components for Formik
-
Updated
Feb 7, 2020 - JavaScript
ShopLift is a e-commerce Web App built with React.
react
firebase
shopping-cart
react-router
react-bootstrap
webapp
shopping
e-commerce
cart
reactstrap
-
Updated
May 6, 2018 - JavaScript
Tourism Website using ReactJS & Reactstrap
-
Updated
Feb 16, 2019 - JavaScript
SB Admin with React and Bootstrap 4 beta
-
Updated
Nov 18, 2017 - JavaScript
Reactstrap pagination component
-
Updated
Feb 23, 2020 - JavaScript
A Simple CRUD Flask/React App Tutorial
react
javascript
python
bootstrap
npm
flask
tutorial
frontend
backend
ppm
crud-application
fullstack
venv
reactstrap
webdevelopment
tutorial-code
fullstack-development
react-sample
flask-sample-application
react-sample-app
-
Updated
Apr 4, 2020 - JavaScript
This is my personal web Portfolio. where you can get a basic information about me, and about projects and how to contact with me.
-
Updated
Apr 12, 2019 - JavaScript
Boilerplate project to build an Universal Progressive Web App with ReactJS (CRA)
-
Updated
Oct 22, 2019 - JavaScript
Razzle bootstraped React boilerplate with some essential features
react
redux
nodejs
mongodb
react-router
reactjs
mongoose
redux-form
server-side-rendering
passportjs
reactstrap
razzle
-
Updated
Apr 2, 2019 - JavaScript
Confusion Restaurant using React, redux, reactstrap and json-server
redux
bootstrap
json
reactjs
redux-middleware
redux-form
redux-thunk
reactstrap
json-server
react-redux-form
-
Updated
Jul 8, 2018 - JavaScript
An easy to start react app boilerplate suited for small to medium size projects
-
Updated
Apr 16, 2020 - JavaScript
React - Redux Single Page Application
-
Updated
May 22, 2019 - JavaScript
Email Signature Generator - React & Firebase
-
Updated
Apr 2, 2020 - JavaScript
Email/Password and Facebook login using Firebase with React
-
Updated
Oct 13, 2018 - JavaScript
mvanleest
commented
Sep 7, 2019
Version
1.0.0
Reproduction link
https://demos.creative-tim.com/now-ui-kit-pro-react/#/documentation/forms
Operating System
macOS 10.14.5
Device
MacBook Pro
Browser & Version
Chrome 76.0.3809.100
Steps to reproduce
- Go to the sizing section ( https://demos.creative-tim.com/now-ui-kit-pro-react/#/documentation/forms )
- Large, default and small selects are all
React with Hooks, Apollo Client GraphQL, Express & MongoDB Full Stack hosted on heroku.com
-
Updated
Apr 16, 2020 - JavaScript
This is the character voting app which is build with a MERN Stack Using Socket.io (MongoDB, Express, React, Node.js, and Socket.IO) In this repository I will build a character voting app for EVE Online - a massively multiplayer online game. You will learn how to build a REST API with Node.js, save and retrieve data from MongoDB, track online visitors in real-time using Socket.IO, build a single-page app experience using React + Redux with server-side rendering and then finally deploy it to the cloud.
react
nodejs
express
node
mongodb
react-router
reactjs
socket-io
history
expressjs
axios
mern
socketio
node-sass
reactstrap
react-router-dom
history-management
mern-stack
mern-crud
mern-project
-
Updated
Mar 14, 2020 - JavaScript
React frontend to Thwip comic server.
-
Updated
Apr 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the reactstrap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reactstrap topic, visit your repo's landing page and select "manage topics."


Input,CustomInput,CustomFileInput#8.4.1es#16.12.0#4.3.1What is happening?
Input's that are invalid (i.e. have the invalid prop set to true), do not have the aria-invalid attribute applied.
What should be happening?
Invalid input's have aria-invalid attribute.
Ste