Skip to main content

Div

Nest components or text.

Import

import { Div } from "@dhua5922/react-native-kit";

Examples

Live Editor
function Example() {
  return (
    <Div type="success">
      Hello World!
      <Div>Div</Div>
      <Text underline bold>
        Text <Text>Embedded Text</Text>
      </Text>
      <Div>
        Div <Text>Text</Text> Div
      </Div>
    </Div>
  );
}
Result
Loading...

Props

note

Include all props from Text or View