@fluentui/react-divider
React Divider components for Fluent UI
The Divider component represents a visual separator, that may contain content. A Divider can be vertical or horizontal.
STATUS: WIP 🚧
These are not production-ready components and should never be used in product. This space is useful for testing new components whose APIs might change before final release.
Usage
To import Divider:
import { Divider } from '@fluentui/react-divider';
Once the Divider component graduates to a production release, the component will be available at:
import { Divider } from '@fluentui/react-components';