@breathecode/ui-components

Collection of usefull components for react.js applications around the BreatheCode ecosystem

Usage no npm install needed!

<script type="module">
  import breathecodeUiComponents from 'https://cdn.skypack.dev/@breathecode/ui-components';
</script>

README

BreatheCode Platform JS Components

This is the main UI Library used in all BreatheCode interfaces based on react. Click here to see the live demo

Note: This is a very early development library, please help us debug it.

Philosophy

The BreatheCode UX is based on Markdown, it relays heavily on typography to create a neat experience but with a very minimalis approach.

Instalation

  1. Install using npm
$ npm i @breathecode/ui-components --save
  1. Import any component that you want to use
import { Panel, DropLink } from '@breathecode/ui-components';

Click here to see the live demo