@mdx-lib/chakra
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.1 • Public • Published

chakra

This library was generated with Nx.

Running unit tests

Run nx test chakra to execute the unit tests via Jest.

Setup

パッケージの追加

yarn add @mdx-lib/chakra

プロバイダの追加

import { ChakraMDXProvider } from '@mdx-lib/chakra';

function MyApp({ Component, pageProps }: AppProps) {
  return (
    <ChakraMDXProvider>
      <Component {...pageProps} />
    </ChakraMDXProvider>
  )
}

License & Authors

License: MIT Authors: See chakra-ui/chakra-ui-docs
(This Mdx Provider is based on above repository)

Readme

Keywords

Package Sidebar

Install

npm i @mdx-lib/chakra

Weekly Downloads

10

Version

0.0.1-alpha.1

License

MIT

Unpacked Size

194 kB

Total Files

19

Last publish

Collaborators

  • toaru