#
reactstrap
Here are 688 public repositories matching this topic...
CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies.
react
bootstrap
reactjs
react-components
react-bootstrap
ui-components
css-library
reactstrap
coreui
bootstrap-react
components-library
coreui-react
coreui-library
-
Updated
Apr 27, 2022 - TypeScript
Easy to use React validation components compatible for reactstrap.
-
Updated
Apr 9, 2022 - JavaScript
React version of BLK Design System:
-
Updated
Mar 23, 2022 - CSS
React 16.14 + Typescript + React-Router 5 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 5 + 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
Apr 21, 2022 - HTML
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 19, 2021 - CSS
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 28, 2022 - JavaScript
Next.js with Reactstrap (React dashboard web application with Bootstrap 4 Components from Reactstrap).
-
Updated
Apr 29, 2022 - JavaScript
Black Dashboard PRO React: A premium Boostrap & Reactstrap Admin Template
react
bootstrap
react-router
reactjs
chartjs
bootstrap4
react-google-maps
jvectormap
react-table
react-select
reactstrap
react-router-dom
react-router-v4
react-big-calendar
react-datetime
perfect-scrollbar
react-notification-alert
react-bootstrap-wizard
react-tagsinput
react-bootstrap-switch
-
Updated
Dec 11, 2020
React bootstrap 4 notification alert
react
component
responsive
reactjs
react-component
bootstrap4
notification
react-notifications
reactstrap
react-alert
nowuidashboard
webdesgin
-
Updated
Dec 10, 2020 - JavaScript
Open
Migrate to Next.js
armujahid
commented
Oct 3, 2020
We can gain a lot performance improvement by migrating to Next.js
e.g. we can statically generate pages with revalidate = 1second to regenerate pages in the background etc. I am open to ideas and suggestions.
Target branch of PR: nextjs
Reactstrap Form Components for Formik
-
Updated
Dec 1, 2021 - JavaScript
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
-
Updated
Feb 25, 2019 - 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 28, 2022 - JavaScript
自己的課表自己排 2.0 - 暨大專屬排課表、換課、課程評價平台
-
Updated
Apr 9, 2022 - JavaScript
redux-form field library using reactstrap
-
Updated
Nov 1, 2017 - JavaScript
Assignment code of (ReactJs) Coursera
-
Updated
Apr 28, 2022 - JavaScript
Reactstrap pagination component
-
Updated
Apr 28, 2022 - 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
Aug 20, 2020 - JavaScript
Full stack app for managing, creating leads built with react.js, redux, bootstrap, reactstrap & django for the backend with django-rest-knox authentication and more popular technologies. fully user authentication, authorizations, access-control & Rest API included.
-
Updated
Apr 22, 2022 - JavaScript
Email Signature Generator - React & Firebase
-
Updated
Nov 29, 2021 - JavaScript
Email/Password and Facebook login using Firebase with React
-
Updated
Oct 13, 2018 - JavaScript
Test your typing speed against others!
react
nodejs
javascript
css
html
node
html5
mongodb
css3
reactjs
mongoose
node-js
mongoosejs
reactstrap
-
Updated
Jan 10, 2021 - JavaScript
-
Updated
Mar 15, 2022 - CSS
ShoppingCart (Ecommerce) 🛒 Application using MERN Stack, used redux for StateManagement, PWA and Bootstrap 🚀 🔥 👨💻
react
redux
bootstrap
ecommerce
typescript
pwa
shopping-cart
react-router
progressive-web-app
react-redux
redux-thunk
reactstrap
shopping-site
react-shopping-site
reactshoppingcart
react-shopping
-
Updated
Feb 4, 2020 - TypeScript
styled-components
reactjs
react-bootstrap
portfolio-website
developer
github-profile
portfolio-site
readme-template
reactstrap
portfolio-template
react-scroll
developer-portfolio
emailjs
aos
react-spring
react-reveal
devfolio
framer-motion
developer-portfolio-template
github-profile-readme
-
Updated
Apr 12, 2022 - 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
Mar 31, 2021 - JavaScript
SB Admin with React and Bootstrap 4 beta
-
Updated
Nov 18, 2017 - 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."
progress#8.1.1Issue1.
What is happening?
When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68
What should be happening?
Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.
Iss