Getting Started

💡

If you want to use @exponentialeducation/betomic you must have a latest version from react

Inside your React project directory, run the following:

Installation

yarn add @exponentialeducation/betomic

Or with npm:

npm install @exponentialeducation/betomic

Quick Start

import { HelloWorld } from '@exponentialeducation/betomic'
const Index = () => {
return (
<main>
<HelloWorld />
</main>
)
}

Example

import { HelloWorld } from '@exponentialeducation/betomic'
const Index = () => {
return (
<main>
<HelloWorld />
</main>
)
}

the previous example render:

Hello World!,