{"library":"simple-components-react","title":"simple-components-react","description":"A React component library inspired by Element UI (Vue), providing basic to advanced UI components. Current version is 1.0.22, with no recent updates (likely abandoned). It depends on React 16.8.6+ and lodash. The library includes components like Checkbox, Button, Switch, Timeline, and more. It is not actively maintained and lacks documentation beyond the README. Alternatives: Material-UI, Ant Design.","language":"javascript","status":"abandoned","last_verified":"Fri May 01","install":{"commands":["npm install simple-components-react"],"cli":null},"imports":["import { Button } from 'simple-components-react'","import { Checkbox } from 'simple-components-react'","import { Switch } from 'simple-components-react'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import React from 'react';\nimport { Button, Checkbox, Switch } from 'simple-components-react';\n\nfunction App() {\n  return (\n    <div>\n      <Button>Click me</Button>\n      <Checkbox label=\"Option\" />\n      <Switch defaultChecked />\n    </div>\n  );\n}\n\nexport default App;","lang":"javascript","description":"Shows how to import and use three components (Button, Checkbox, Switch) in a React app.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}