0.1.0 • Published 2 months ago

@fluentui-contrib/react-shadow v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@fluentui-contrib/react-shadow

This package provides a React component that renders its children inside a shadow DOM.

Installation

yarn add @fluentui-contrib/react-shadow

Usage

import * as React from 'react';
import { root } from '@fluentui-contrib/react-shadow';

export const App = () => (
  <root.div>
    <div>Shadow DOM</div>
  </root.div>
);
0.1.0

2 months ago

0.0.6

4 months ago

0.0.3

10 months ago

0.0.5

7 months ago

0.0.4

10 months ago

0.0.2

11 months ago