@pongo-ui/react-accordion
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Accordion

The Accordion component is used to show and hide nested information.

Use

  1. Install the @pongo-ui/react-accordion component.

Using NPM

npm install @pongo-ui/react-accordion

Using Yarn

yarn add @pongo-ui/react-accordion
  1. Install the @pongo-ui/react-provider and our theme tokens from @pongo-ui/react-theme

  2. Set up the provider in your app:

import { Provider } from '@pongo-ui/react-provider'
import { webLightTheme } from '@pongo-ui/react-theme'

const MyApp = () => {
  return (
    <Provider theme={webLightTheme}>
    <Provider>
  )
}
  1. Integrate the Accordion component.
import { Provider } from '@pongo-ui/react-provider'
import { webLightTheme } from '@pongo-ui/react-theme'
import { Accordion, ... } from '@pongo-ui/react-accordion'

const MyApp = () => {
  return (
    <Provider theme={webLightTheme}>
        <Accordion >
        ...
        </Accordion>
    <Provider>
  )
}

API

To learn more about the Accordion API take a look at the Accordion Interface file.

Readme

Keywords

none

Package Sidebar

Install

npm i @pongo-ui/react-accordion

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

163 kB

Total Files

237

Last publish

Collaborators

  • pongobuild
  • czearing