react-exhibit

3.1.3 • Public • Published

exhibit banner License npm dependencies Status build

react-exhibit

React components for documentation. Here to help visualize your React library. Used in generator-react-exhibit.

Using the components

In your React project run:

npm i -S react-exhibit

Import the components you want from "react-exhibit".

import React from "react";
import { Icon } from "react-exhibit";
import "../node_modules/react-exhibit/lib/css/main.css";
 
export default () => (<Icon />);

You can view the documentation for this library here.

/react-exhibit/

    Package Sidebar

    Install

    npm i react-exhibit

    Weekly Downloads

    2

    Version

    3.1.3

    License

    MIT

    Last publish

    Collaborators

    • au-re