0.0.4 • Published 11 months ago

@once-upon/ui-kit v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

ui-kit

Once Upon's UI kit.

Usage

npm i -S @once-upon/ui-kit
import { ContextSummary } from "@once-upon/ui-kit";

// Then render...
export default const MyComponent = (tx) => <ContextSummary size="large" tx={tx}>;