leomarkcastro


  • Component style breakpoints so that you won't have to create custom components to handle responsive design.

    published 0.1.15 9 months ago
  • Modals implemented using HTML native [Dialogs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog). This modal doesn't use global state and context to determine if the modal is open or not. Instead, it uses the `open` attribute of the HTML D

    published 0.1.3 9 months ago
  • When designing components for the web, we usually think of how would we create a component that is fluid in width and height. This is because we want our components to be responsive to different screen sizes. However, there are times when we want to creat

    published 0.1.1 7 months ago