b44ui
v0.4.4
Published
nice react components. also bundles a server cause why not. for more details see [showcase.tsx](showcase.tsx).
Readme
b44ui
nice react components. also bundles a server cause why not. for more details see showcase.tsx.
import { Card } from 'b44ui'
import { server } from 'b44ui/server'
import React from 'react'
server((path) => <Card> hello from {path}! <Btn>click me!</Btn> </Card>)