habits-components

A React Component Library.

Live At: https://components-habits.netlify.app

Developer Notes

Tech
  • A fundamental role in using libraries, is so we focus on Acessibility and Semantics once, and then things get significantly easier.
  • Documentation via Styleguidist that auto-generate prop types in docs based on type declarations.
  • Typescript, for improved Docs, intellisense for editors
  • How components come to be? (Criteria, Design sytematize) Read: Atomic web design by Brad Frost

Inpired by Sidney Barrah


Netlify Status

import { Input } from 'habits-components';
import { Text } from 'habits-components';

Text

Habits Components Style Guide

0.1.2