0.2.0-canary.5 • Published 1 year ago

@bedu-tmp/betomic v0.2.0-canary.5

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Betomic

A React-based UI toolkit.

Betomic UI

Installation

yarn add @bedu-tmp/betomic

Usage

const betomic = require('@bedu-tmp/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 '@bedu-tmp/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