oapack

0.1.31 • Public • Published

OaPack

Oh! a package! which includes frequently used React UI Components DEMO

Enjoy it.

Components

Card
Button

<Button type='toggle'>BTN</Button>

DropDown
FilterGroup (Multi-filter or Single filter):

<Filtergroup
  single
  initialFilters={[
    {name: 'Yes...', disabled: false},
    {name: 'we', disabled: false},
    'are..', // enabled by default
    {name: 'Filters!', pushed: false},
    'Click MEEE!!!!!!',
  ]}
  onFilterUpdate={evt => console.log(evt)}
/>

Carousel (it can contain anything)
CubeMenu
Sidebar

Dev Dependencies

"devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-react": "^7.7.0",
    "node-sass": "^4.13.0",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-scripts": "3.2.0"
  },

/oapack/

    Package Sidebar

    Install

    npm i oapack

    Weekly Downloads

    41

    Version

    0.1.31

    License

    ISC

    Unpacked Size

    55.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • envl