import Uik from "../../ui-kit" import Title from "./Title" function Example () { return ( <> <Uik.Label text='Label' /> </> ) } const code = `<> <Uik.Label text='Label' /> </>` export default Example