0.1.0 • Published 1 year ago

@fluentui-contrib/react-shadow v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.6

1 year ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago