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

0.0.10 • Public • Published

Components

This the entire suite package of Pongo components.

Use

  1. Install the @pongo-ui/react-components package.

Using NPM

npm install @pongo-ui/react-components

Using Yarn

yarn add @pongo-ui/react-components
  1. Set up the provider in your app:
import { Provider } from '@pongo-ui/react-provider'
import { webLightTheme } from '@pongo-ui/react-components'

const MyApp = () => {
  return (
    <Provider theme={webLightTheme}>
    <Provider>
  )
}
  1. Integrate your components.
import { Provider } from '@pongo-ui/react-provider'
import { webLightTheme, Button } from '@pongo-ui/react-components'

const MyApp = () => {
  return (
    <Provider theme={webLightTheme}>
      <Button>Hello World</Button>
    <Provider>
  )
}

/@pongo-ui/react-checkbox/

    Package Sidebar

    Install

    npm i @pongo-ui/react-checkbox

    Weekly Downloads

    3

    Version

    0.0.10

    License

    MIT

    Unpacked Size

    149 kB

    Total Files

    125

    Last publish

    Collaborators

    • pongobuild
    • czearing