Labyrinth React Theme
npm install @labrnth/themeThe theme for all @labrnth components.
``bash`
yarn add @labrnth/theme
`bash
import Theme from '@labrnth/theme';
// children go here...
`
| Prop | Type | Default | Description |
| -------- | ----------------- | --------- | --------------------------------------------- |
| theme? | default | default | The theme to provide to the child components. |React.ReactNode` | | The contents that the Theme wraps. |
| children |