Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 501 Bytes

This repository aims to provide simple re-usable components to address common UI concerns.

It's based on next.js/react and styled jsx but the aim is not to couple things too tightly, the CSS should be extractable to an external stylesheet and HTML to a rendering method of your choice.

Components

Proposed componenets:

  • Modal

    • Full screen
  • Popup

    • Configurable
    • Closable
  • Button

    • Text
    • Icon

Styling

We include a dark and light theme, but encourage you to add your own