@speakapbv/dough-component-library
v10.11.0
Published
DOUGH: Speakap React Component Library
Downloads
104
Keywords
Readme
Dough React Component Library
SHOWCASE: http://developer.speakap.io/dough-studio
## Install latest
npm install @speakapbv/dough-component-library
yarn add @speakapbv/dough-component-library
# Install specific version
npm install @speakapbv/[email protected]
yarn add @speakapbv/[email protected]
Usage
import React from "react";
import { Button } from "@speakapbv/dough-component-library";
const Example = () => {
return <Button {...props} />;
};
License
MIT © SpeakapBV