Decision Box
A diamond-shaped symbol that is used to document a decision point in a flowchart. The decision is written in the decision box, and the results of the decision branch off from the points in the box.
Usage
import React from 'react';
import { DecisionBox } from 'qdm-component-library';
function App() {
return (
<DecisionBox
name='Decisionbox'
/>
);
}
export default App;
Reference
id
props for providing id to decisionbox component string
className
props for providing classname to decisionbox component string
borderColor
props for providing id to decisionbox component string
inLineStyles
props give addition props to the carousel Component type Object