0.1.0 • Published 4 years ago

untitled-ui v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Untitled UI

An unstyled UI component library to enable a design-first approach in a world of cookie-cutter frameworks. This library focuses on functionality with accessibility baked in so that you can focus on making it pretty.

PRs Welcome npm bundle size Coveralls github branch


🤔 Philosophy

After working with so many different design frameworks, the same problem always arose time after time. We spend too much time overwriting and fighting against the design framework in order to get it looking just the way we want. We just want to make the web pretty and not worry about all the small details to get a component working.

This library:

  • is ultra-minimalistic
    • by default, no styles are exported, but an example is provided to get you started
  • functions with minimal setup
  • has accessibility built-in (structure / functionality)
    • styling related accessibility is up to you
  • is composable to the allow flexibility
  • for the front-end developers that want to focus on that pixel-perfect design

🚀 Quick Start

To begin using Untitled UI, install the package in your project directory via npm/yarn:

npm install untitled-ui

Visit the documentation to see how you can start implementing these components!


🧩 Components

  • Nav
    • Toggle

📝 Pre-release Checklist

  • Add link to Storybook Docs
  • Add CodeSandbox template