#
react-library
Here are 85 public repositories matching this topic...
A React library for building forms from any schema.
react
components
forms
meteor
react-library
react-components
form-builder
component-library
form-controls
-
Updated
Aug 28, 2020 - TypeScript
Open
Clean up Interfaces
moklick
commented
Aug 19, 2020
we should check out where we can extend existing interfaces in order to reduce repetitions.
-
Updated
Jul 16, 2020 - JavaScript
A library to create stunning progress bars and steps in React 🌡
react
ui
component
reactjs
react-library
react-components
ui-components
react-libraries
react-steps
react-step-progress-bar
-
Updated
Jun 2, 2020 - JavaScript
thayannevls
commented
Apr 8, 2020
Now that we are using storybook enviroment to help us develop our components. We must create stories to document all components. Follow the guide in the CONTRIBUTING.md to write the stories.
Components
- ActionMenu
- Alert
- AutocompleteInput
- Box
- Button
- ButtonGroup
- ButtonPlain
- ButtonWithIcon
- Card
- Checkbox
- CheckboxGroup
-
Updated
Aug 22, 2020 - TypeScript
CKEditor component for React with plugin and custom event listeners support
-
Updated
Aug 29, 2019 - JavaScript
Decoupled and unopinionated policy system for React components
-
Updated
Apr 16, 2019 - JavaScript
Super easy way to animate numbers with React
-
Updated
Jul 31, 2020 - JavaScript
Awesome js and css libraries for web development.
-
Updated
Nov 20, 2018
The <TextField type="number" /> that user really expects.
-
Updated
Sep 20, 2018 - TypeScript
a tiny react help you understand react better
-
Updated
Apr 11, 2018 - JavaScript
React Native client for the tus resumable upload protocol.
-
Updated
Oct 9, 2019 - Java
React timepicker in Android KitKat style
-
Updated
Mar 22, 2018 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
Semantic helper components for rendering content with React.
react
semantic
utils
react-library
react-components
helpers
render
conditional
react-utils
react-component-library
-
Updated
Aug 27, 2020 - JavaScript
pixelbandito
commented
Jul 9, 2020
In conditional rendering scenarios, returning null throws an error. Need to check if undefined is doing the same.
<Responsive.Grid
breakpoints={{
'container-sm-down': {
columns: 1,
},
'container-md-up': {
columns: 2,
},
}}
columns={2}
gutter="20px"
>
{condition ? <div/> : null}
</Responsive.Grid>
Create and maintain a sessions in react, compatible with React Router (login/logout) and sync with the localstorage
react
reactjs
react-library
react-component
session-management
react-login
react-session
front-end-sessions
react-logout
react-router-session
-
Updated
Aug 3, 2020 - JavaScript
A react component for tinder like animated swiping
-
Updated
May 14, 2019 - JavaScript
A very simple React library for templating syntax in JSX, inspired by Angular (e.g. *ngIf ) :)
-
Updated
Jul 30, 2020 - JavaScript
React components library to edit Images and Video using canvas.
-
Updated
Apr 30, 2019 - JavaScript
A minimalistic yet customizable timer component!
react
counter
react-native
reactjs
countdown
timer
react-library
javascript-library
react-timer
react-countdown
react-counter
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jan 26, 2019 - JavaScript
A react/redux analytics library
react
redux
javascript
analytics
google-analytics
react-library
mixpanel
gtm
redux-middleware
javascript-library
segmentio
redux-library
clicky-analytics
react-analytics
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Aug 27, 2020 - TypeScript
Discontinued
-
Updated
Aug 26, 2017 - JavaScript
A lightweight A/B Testing and Feature Flag React library focused on performance
-
Updated
Jul 3, 2020 - TypeScript
Improve this page
Add a description, image, and links to the react-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-library topic, visit your repo's landing page and select "manage topics."
Add a guide on how to setup Semantic-UI-React for use in Next.js Application
Problem description
While there is a guide on how to set it up in your react application, the guide isn't working on a Next.js Application, due to the different project-structure.
Proposed solution
Please add a new guide on how to set Semantic-UI-react up for a Next.js application (custom themeing would