UNPKG

@arche-mc2/arche-controls

Version:

We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get

15 lines 731 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var UpPicture_1 = require("./UpPicture"); var addon_knobs_1 = require("@storybook/addon-knobs"); var Box_1 = require("../../Containers/Box"); var stories_1 = require("../../../Common/stories"); exports.default = { title: 'Components/Inputs/UpPicture', decorators: [addon_knobs_1.withKnobs, stories_1.getRootContainer('UpPicture')], component: UpPicture_1.default }; exports.General = function () { return (React.createElement(Box_1.default, { style: { margin: "40px 30px" } }, React.createElement(UpPicture_1.default, { width: 300, height: 300 }))); }; //# sourceMappingURL=index.stories.js.map