Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
/ ui Public archive

Simple progressive design system and documentation for personal projects.

License

Notifications You must be signed in to change notification settings

chrisrzhou/ui

Repository files navigation

@chrisrzhou/ui

Simple progressive design system and documentation for personal projects.

Philosophy

  • ✌️ Simple: Less is better. Simple to maintain, compose and evolve.
  • 👍 Intuitive: UI and animations should provide intuitive feedback to users.
  • 👉 Progressive: Favor rapid progressive development over features.

Design System

  • Colors
  • Typography
  • Iconography
  • Animations
  • React components

Main Dependencies

  • octicons
  • react
  • react-spring
  • rebass
  • styled-components
  • typography

Development

Components are progressively documented in markdown (mdx) format using docz.

To run the documented examples:

yarn add @chrisrzhou/ui
cd ui
yarn
yarn dev

TODO

  • Progress (line/donut with color)
  • Modal
  • Drawer (like modal)
  • Collapse
  • Badge
  • Hug
  • Anchor
  • Provider
  • Banner
  • Timeline
  • Carousel
  • Breadcrumb
  • Checkbox
  • CheckboxList
  • FormField (uses Input, Label, similar to FormRow)
  • Form (uses FormField)
  • Input (number, string, email, password, textarea, validation)
  • Label
  • Rate
  • Radio
  • RadioList
  • Select
  • SelectOption
  • Slider
  • TabSet
  • Toggle
  • ButtonList
  • DatePicker
  • ColorPicker
  • Add documentation for css.js.
  • Group components (data, input, display, navigation etc)

Releases

No releases published

Packages

No packages published