Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
PostCSS is a tool for transforming CSS with JS plugins. These plugins can support variables and mixins, transpile future CSS syntax, inline images, and more. | You just load your UI components into the React Storybook and start developing them. This functionality allows you to develop UI components rapidly without worrying about the app. It will improve your team’s collaboration and feedback loop. |
| - | Isolated environment for your components (with the use of various iframe tactics);Hot module reloading (even for functional stateless components);Works with any app (whether it's Redux, Relay or Meteor);Support for CSS (whether it's plain old CSS, CSS modules or something fancy);Clean and fast user interface;Runs inside your project (so, it uses your app's NPM modules and babel configurations out of the box);Serves static files (if you host static files inside your app);Deploy the whole storybook as a static app;Extendable as necessary (support for custom webpack loaders and plugins) |
Statistics | |
GitHub Stars 28.9K | GitHub Stars - |
GitHub Forks 1.6K | GitHub Forks - |
Stacks 2.4K | Stacks 635 |
Followers 547 | Followers 355 |
Votes 49 | Votes 0 |
Pros & Cons | |
Pros
| Cons
|
Integrations | |
| No integrations available | |

Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.

Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques that allow you to make CSS that is more maintainable, themable and extendable.

Stylus is a revolutionary new language, providing an efficient, dynamic, and expressive way to generate CSS. Supporting both an indented syntax and regular CSS style.

Bourbon is a library of pure sass mixins that are designed to be simple and easy to use. No configuration required. The mixins aim to be as vanilla as possible, meaning they should be as close to the original CSS syntax as possible.

It has a rich collection of components that would satisfy most of the UI requirements of your application like datatable, dropdown, multiselect, notification messages, accordion, breadcrumbs and other input components. So there would be no need of adding different libraries for different UI requirements.

Structor is a visual development environment for node.js Web applications with React UI. The essential part of the builder is a project boilerplate. The boilerplate is a prepacked source code of node.js application in which metainfo included.
The compass core framework is a design-agnostic framework that provides common code that would otherwise be duplicated across other frameworks and extensions.

It is a Laravel Admin Package that includes BREAD(CRUD) operations, a media manager, menu builder, and much more.It is a Feature packed and versatile Laravel control panel. It provides an elegant UI for controlling various features across a Laravel web application.

Divjoy is a React codebase & UI generator that gives you everything you need for your next project, including authentication, data fetching, payments (powered by Stripe), billing management, marketing pages, forms, and more.

It is a CSS file in which all class names and animation names are scoped locally by default. The key words here are scoped locally. With this, your CSS class names become similar to local variables in JavaScript. It goes into the compiler, and CSS comes out the other side.