@once-upon/ui-kit
v0.0.4
Published
Once Upon's UI kit.
Downloads
10
Keywords
Readme
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}>;