@exponentialeducation/betomic
TypeScript icon, indicating that this package has built-in type declarations

0.3.0-canary.9 • Public • Published

Betomic

A React-based UI toolkit.

Betomic UI

Installation


yarn add @exponentialeducation/betomic

Usage


const betomic = require('@exponentialeducation/betomic');

Documentation

You can find the Betomic documentation on the website. Checkout the getting started page for quick overview and how to use.

Examples

We have several examples on the website. Here is the first one to get you started:

import { HelloWorld } from '@exponentialeducation/betomic';

const ExampleComponent = () => 
  <>
    <HelloWorld message={"Hello World"} />
  </>;

export default ExampleComponent;

This example will render "Hello World" into a container on the page.

You'll notice that we used an HTML-like syntax; we call it JSX. JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML.

Contributing

All feedback and suggestions are welcome!

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements.

Bedu Engineering @ 2021

Readme

Keywords

none

Package Sidebar

Install

npm i @exponentialeducation/betomic

Weekly Downloads

1

Version

0.3.0-canary.9

License

none

Unpacked Size

561 kB

Total Files

263

Last publish

Collaborators

  • tonnyk17
  • holatresveces
  • sifloz
  • antonio.galindo
  • alanllamas
  • bedutech