0.8.2 • Published 3 years ago
Symbols
UI Library in composition of Scratch and DOMQL

Setup
- Installation
yarn add smbls
- Import the component from Symbols
import { Box } from 'smbls'
- Use it inside your DOMQL code
const Header = {
proto: Box,
// ...Other Properties
}