@bizzell/tempest

Bizzell standard component library.

Usage no npm install needed!

<script type="module">
  import bizzellTempest from 'https://cdn.skypack.dev/@bizzell/tempest';
</script>

README

Tempest

Bare-bones React component library with built in, opinionated styling.

  • Buttons
  • Cards
  • Text
  • Input
    • Text
    • Checkbox
    • Radio
  • Responsive App Container
  • Responsive Container
  • Lists
  • Tables
  • Images

Testing coverage:

  • Button
    • Render test - tests component's render() function to make sure the component is rendered upon creation.
  • Checkbox
    • Render test - tests component's render() function to make sure the component is rendered upon creation.
  • Text
    • Render test - tests component's render() function to make sure the component is rendered upon creation.