0.0.4 • Published 11 months ago
@once-upon/ui-kit v0.0.4
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}>;