MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Example56

Function Example56

types/reactstrap-tests.tsx:1997–2016  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

1995};
1996
1997const Example56 = (props: any) => {
1998 return (
1999 <div>
2000 <InputGroup size="lg">
2001 <InputGroupText>@lg</InputGroupText>
2002 <Input />
2003 </InputGroup>
2004 <br />
2005 <InputGroup>
2006 <InputGroupText>@normal</InputGroupText>
2007 <Input />
2008 </InputGroup>
2009 <br />
2010 <InputGroup size="sm">
2011 <InputGroupText>@sm</InputGroupText>
2012 <Input />
2013 </InputGroup>
2014 </div>
2015 );
2016};
2017
2018const Example57 = (props: any) => {
2019 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…