theme-ui

  • Version 0.16.2
  • Published
  • 80.2 kB
  • 6 dependencies
  • MIT license

Install

npm i theme-ui
yarn add theme-ui
pnpm add theme-ui

Overview

The Design Graph Framework

Index

Variables

variable jsx

const jsx: any;

    Functions

    function BaseStyles

    BaseStyles: (
    props: Record<string, unknown> & { sx?: ThemeUIStyleObject<Theme> }
    ) => JSX.Element;

      Namespaces

      namespace jsx

      namespace jsx {}

        namespace jsx.JSX

        namespace jsx.JSX {}

          interface Element

          interface Element extends ThemeUIJSX.Element {}

            interface ElementAttributesProperty

            interface ElementAttributesProperty extends ThemeUIJSX.ElementAttributesProperty {}

              interface ElementChildrenAttribute

              interface ElementChildrenAttribute extends ThemeUIJSX.ElementChildrenAttribute {}

                interface ElementClass

                interface ElementClass extends ThemeUIJSX.ElementClass {}

                  interface IntrinsicAttributes

                  interface IntrinsicAttributes extends ThemeUIJSX.IntrinsicAttributes {}

                    interface IntrinsicClassAttributes

                    interface IntrinsicClassAttributes<T>
                    extends ThemeUIJSX.IntrinsicClassAttributes<T> {}

                      interface IntrinsicElements

                      interface IntrinsicElements extends ThemeUIJSX.IntrinsicElements {}

                        type LibraryManagedAttributes

                        type LibraryManagedAttributes<C, P> = ThemeUIJSX.LibraryManagedAttributes<C, P>;

                          Package Files (1)

                          Dependencies (6)

                          Dev Dependencies (5)

                          Peer Dependencies (2)

                          Badge

                          To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                          You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/theme-ui.

                          • Markdown
                            [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/theme-ui)
                          • HTML
                            <a href="https://www.jsdocs.io/package/theme-ui"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>