@bedu-tmp/betomic
v0.2.0-canary.5
Published
Core components
Downloads
3
Keywords
Readme
Betomic
A React-based UI toolkit.
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