Home

start

npm i dialui-components

Made with typescript

How many times have you started building a simple application in React and you wondered how to style? ... Maybe a CSS framework? Maybe a super component library?, pure css? ...Multiply solutions right?

Here you will find a solution for projects that do not require a large framework or a superset of components. We seek to minimize the complexity in the CSS stake in your small or medium web applications.

We will give you some answers because this mini set is suitable for this type of applications.

  • 1. The components are 95% stylized when removed from the box with a range of colors, sizes and are even responsible to be used without the concern of styles for other screens.
  • 2. The components you will find are those that generally need the most work to be elegant and most useful in applications such as: buttons, inputs, alerts, modals, among others.
  • 3. For alerts and modals you should not worry about the lazy load since these are created once the user interacts with them, and after an answer they disappear from the DOM.
  • 4. There are components that are complex to perform and require a lot of attention and logic, such as multi selects, inputs, load spinners, among others.
  • 5. A considerable range of styles and animations to choose from for each component.

If you want to know more, we invite you to explore our documentation. We hope it is useful and you enjoy them as much as we did creating them. Stay tuned because we don't want to stop here and we will create more, but as we see, that is a component that requires additional complexity.

Visit npm